mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-06 16:17:53 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
20
spec/unsupported_lexers/usd/test_string_multiple_line.txt
Normal file
20
spec/unsupported_lexers/usd/test_string_multiple_line.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
---input---
|
||||
"""
|
||||
Some text multiline
|
||||
"""
|
||||
|
||||
"""Some text multiline
|
||||
"""
|
||||
|
||||
"""
|
||||
Some text multiline"""
|
||||
|
||||
---tokens---
|
||||
'"""\nSome text multiline\n"""' Literal.String
|
||||
'\n\n' Text.Whitespace
|
||||
|
||||
'"""Some text multiline\n"""' Literal.String
|
||||
'\n\n' Text.Whitespace
|
||||
|
||||
'"""\nSome text multiline"""' Literal.String
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user