mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Imported test cases from pygments
This commit is contained in:
14
tests/usd/test_outer_match_at_sign.txt
Normal file
14
tests/usd/test_outer_match_at_sign.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Make sure that text between located between quotes and @@s are not matched.
|
||||
|
||||
---input---
|
||||
@firststring@ something else @secondstring@
|
||||
|
||||
---tokens---
|
||||
'@firststring@' Literal.String.Interpol
|
||||
' ' Text.Whitespace
|
||||
'something' Text
|
||||
' ' Text.Whitespace
|
||||
'else' Text
|
||||
' ' Text.Whitespace
|
||||
'@secondstring@' Literal.String.Interpol
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user