Imported test cases from pygments

This commit is contained in:
2024-08-03 07:36:47 -03:00
parent c9df4be879
commit 99e1e2b0cb
692 changed files with 37403 additions and 0 deletions

52
tests/usd/basic.txt Normal file
View File

@ -0,0 +1,52 @@
---input---
# Regular file paths
@./some/path/to/a/file/foo.usda@
@/some/path/to/a/file/foo.usda@
@some/path/to/a/file/foo.usda@
@file://SPECI__Z-_ALIZED(syntax_here)?with_arbitrary#)(%*&)\characters.tar.gz@
# SdfPath syntax
</some/another_one/here>
</some/path/here.property_name>
</some/path/here>
<../some/another_one/here>
<../some/path/here.property_name>
<../some/path/here>
---tokens---
'# Regular file paths' Comment.Single
'\n\n' Text.Whitespace
'@./some/path/to/a/file/foo.usda@' Literal.String.Interpol
'\n' Text.Whitespace
'@/some/path/to/a/file/foo.usda@' Literal.String.Interpol
'\n' Text.Whitespace
'@some/path/to/a/file/foo.usda@' Literal.String.Interpol
'\n' Text.Whitespace
'@file://SPECI__Z-_ALIZED(syntax_here)?with_arbitrary#)(%*&)\\characters.tar.gz@' Literal.String.Interpol
'\n\n' Text.Whitespace
'# SdfPath syntax' Comment.Single
'\n' Text.Whitespace
'</some/another_one/here>' Name.Namespace
'\n' Text.Whitespace
'</some/path/here.property_name>' Name.Namespace
'\n' Text.Whitespace
'</some/path/here>' Name.Namespace
'\n' Text.Whitespace
'<../some/another_one/here>' Name.Namespace
'\n' Text.Whitespace
'<../some/path/here.property_name>' Name.Namespace
'\n' Text.Whitespace
'<../some/path/here>' Name.Namespace
'\n' Text.Whitespace