tartrazine/spec/tests/octave/test_multilinecomment.txt

28 lines
410 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
%{
This is a long comment
%}
#{
This too
#}
This isnt
---tokens---
'%{\n' Comment.Multiline
'This is a long comment\n' Comment.Multiline
' %}' Comment.Multiline
'\n ' Text
'#{\n' Comment.Multiline
'This too\n' Comment.Multiline
'#}' Comment.Multiline
'\n' Text
'This' Name
' ' Text
'isnt' Name
'\n' Text