chroma/lexers/testdata/bicep/bicep-string-singleline-multiline.actual
2025-03-22 20:46:00 +13:00

6 lines
No EOL
129 B
Text

param exampleString string = 'test value'
var comments = '''
comments // are included
/* because everything is read as-is */
'''