diff options
| author | Georg Brandl <georg@python.org> | 2021-01-18 21:24:00 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2021-01-18 22:08:36 +0100 |
| commit | 2a3d3a7d5b9c60dedf6638d876161d9563faebcf (patch) | |
| tree | 809c0b4a686db98f5954afa1944404cd9652c6b2 /tests/lexers/aheui/example3.txt | |
| parent | f0445be718da83541ea3401aad882f3937147263 (diff) | |
| download | pygments-git-examplefiles.tar.gz | |
Move test_examplefiles to new tests/lexers scheme.examplefiles
Diffstat (limited to 'tests/lexers/aheui/example3.txt')
| -rw-r--r-- | tests/lexers/aheui/example3.txt | 179 |
1 files changed, 179 insertions, 0 deletions
diff --git a/tests/lexers/aheui/example3.txt b/tests/lexers/aheui/example3.txt new file mode 100644 index 00000000..97cc31a1 --- /dev/null +++ b/tests/lexers/aheui/example3.txt @@ -0,0 +1,179 @@ +---input--- +밤밣따빠밣밟따뿌 +빠맣파빨받밤뚜뭏 +돋밬탕빠맣붏두붇 +볻뫃박발뚷투뭏붖 +뫃도뫃희멓뭏뭏붘 +뫃봌토범더벌뿌뚜 +뽑뽀멓멓더벓뻐뚠 +뽀덩벐멓뻐덕더벅 + +https://github.com/aheui/snippets/blob/master/hello-world/hello-world.puzzlet.aheui + +---tokens--- +'밤' Operator +'밣' Operator +'따' Operator +'빠' Operator +'밣' Operator +'밟' Operator +'따' Operator +'뿌' Operator +'\n' Text + +'빠' Operator +'맣' Operator +'파' Operator +'빨' Operator +'받' Operator +'밤' Operator +'뚜' Operator +'뭏' Operator +'\n' Text + +'돋' Operator +'밬' Operator +'탕' Operator +'빠' Operator +'맣' Operator +'붏' Operator +'두' Operator +'붇' Operator +'\n' Text + +'볻' Operator +'뫃' Operator +'박' Operator +'발' Operator +'뚷' Operator +'투' Operator +'뭏' Operator +'붖' Operator +'\n' Text + +'뫃' Operator +'도' Operator +'뫃' Operator +'희' Operator +'멓' Operator +'뭏' Operator +'뭏' Operator +'붘' Operator +'\n' Text + +'뫃' Operator +'봌' Operator +'토' Operator +'범' Operator +'더' Operator +'벌' Operator +'뿌' Operator +'뚜' Operator +'\n' Text + +'뽑' Operator +'뽀' Operator +'멓' Operator +'멓' Operator +'더' Operator +'벓' Operator +'뻐' Operator +'뚠' Operator +'\n' Text + +'뽀' Operator +'덩' Operator +'벐' Operator +'멓' Operator +'뻐' Operator +'덕' Operator +'더' Operator +'벅' Operator +'\n' Text + +'\n' Text + +'h' Comment +'t' Comment +'t' Comment +'p' Comment +'s' Comment +':' Comment +'/' Comment +'/' Comment +'g' Comment +'i' Comment +'t' Comment +'h' Comment +'u' Comment +'b' Comment +'.' Comment +'c' Comment +'o' Comment +'m' Comment +'/' Comment +'a' Comment +'h' Comment +'e' Comment +'u' Comment +'i' Comment +'/' Comment +'s' Comment +'n' Comment +'i' Comment +'p' Comment +'p' Comment +'e' Comment +'t' Comment +'s' Comment +'/' Comment +'b' Comment +'l' Comment +'o' Comment +'b' Comment +'/' Comment +'m' Comment +'a' Comment +'s' Comment +'t' Comment +'e' Comment +'r' Comment +'/' Comment +'h' Comment +'e' Comment +'l' Comment +'l' Comment +'o' Comment +'-' Comment +'w' Comment +'o' Comment +'r' Comment +'l' Comment +'d' Comment +'/' Comment +'h' Comment +'e' Comment +'l' Comment +'l' Comment +'o' Comment +'-' Comment +'w' Comment +'o' Comment +'r' Comment +'l' Comment +'d' Comment +'.' Comment +'p' Comment +'u' Comment +'z' Comment +'z' Comment +'l' Comment +'e' Comment +'t' Comment +'.' Comment +'a' Comment +'h' Comment +'e' Comment +'u' Comment +'i' Comment +'\n' Text |
