mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-18 17:29:37 +00:00
Imported test cases from pygments
This commit is contained in:
28
tests/powershell/test_session.txt
Normal file
28
tests/powershell/test_session.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
---input---
|
||||
PS C:\> Get-ChildItem
|
||||
|
||||
PS> Get-ChildItem
|
||||
|
||||
PS > Get-ChildItem
|
||||
|
||||
---tokens---
|
||||
'PS ' Name.Builtin
|
||||
'C' Name
|
||||
':' Punctuation
|
||||
'\\' Punctuation
|
||||
'>' Punctuation
|
||||
' ' Text
|
||||
'Get-ChildItem' Name.Builtin
|
||||
'\n\n' Text
|
||||
|
||||
'PS' Name
|
||||
'>' Punctuation
|
||||
' ' Text
|
||||
'Get-ChildItem' Name.Builtin
|
||||
'\n\n' Text
|
||||
|
||||
'PS ' Name.Builtin
|
||||
'>' Punctuation
|
||||
' ' Text
|
||||
'Get-ChildItem' Name.Builtin
|
||||
'\n' Text
|
Reference in New Issue
Block a user