summaryrefslogtreecommitdiffstats
path: root/tests/snippets/powershell/test_remoting_session.txt
blob: 23fa9c2e398e187f2203d50e9a55dc7d8b5bca3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---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