chore(tests): consistent captures

This commit is contained in:
Christian Clason 2023-12-24 12:52:21 +01:00
parent 17fae3f4a3
commit 10dd49958c
60 changed files with 872 additions and 873 deletions

View file

@ -1,39 +1,39 @@
WinPOS ,,1000.,,,,myWatchWindow
; ^ number
; ^ @number
PRinTer.OPEN "~~~/varwatch.txt" ASCIIE
; ^ string
; ^ @string
sYmbol.NEW _InitialSP 0x34000100
; ^ number
; ^ @number
DO ~~~~/test.cmm
; ^ string.special
; ^ @string.special
WAIT 1.ns
; ^ float
; ^ @float
SYStem.JtagClock 100.GHZ
; ^ float
; ^ @float
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
; ^ constant.builtin
; ^ @constant.builtin
List `main`
; ^ symbol
; ^ @symbol
&range = 'a'--'z'||'0'--'9'
; ^ character
; ^ operator
; ^ character
; ^ @character
; ^ @operator
; ^ @character
Data.Set N: 0xffff800000 0y0011xx01xx&&a
; ^ constant.builtin
; ^ number
; ^ number
; ^ operator
; ^ @constant.builtin
; ^ @number
; ^ @number
; ^ @operator
WinPOS 0% 85% 100% 15%
; ^ float
; ^ @float
// vim: set ft=t32: