Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/elixir/strings.txt
2021-04-07 19:25:18 -04:00

5 lines
52 B
Plaintext
Vendored

a = """test"""
b = '''test'''
c = "test"
d = 'test'