mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
|
---input---
|
||
|
[Long-NetBIOS-Hostname]: PS C:\> Get-ChildItem
|
||
|
|
||
|
---tokens---
|
||
|
'[' Punctuation
|
||
|
'Long' Name
|
||
|
'-NetBIOS' Name
|
||
|
'-Hostname' Name
|
||
|
']' Punctuation
|
||
|
':' Punctuation
|
||
|
' ' Text
|
||
|
'PS ' Name.Builtin
|
||
|
'C' Name
|
||
|
':' Punctuation
|
||
|
'\\' Punctuation
|
||
|
'>' Punctuation
|
||
|
' ' Text
|
||
|
'Get-ChildItem' Name.Builtin
|
||
|
'\n' Text
|