Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/markup/elixir/strings.txt

5 lines
52 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
a = """test"""
b = '''test'''
c = "test"
d = 'test'