mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
feat(t32): update tests to new node types
This commit is contained in:
parent
536c8a3880
commit
0fe8fa0bcf
3 changed files with 78 additions and 14 deletions
|
|
@ -11,13 +11,13 @@ DO ~~~~/test.cmm
|
|||
; ^ string.special
|
||||
|
||||
WAIT 1.ns
|
||||
; ^ number
|
||||
; ^ float
|
||||
|
||||
SYStem.JtagClock 100.GHZ
|
||||
; ^ number
|
||||
; ^ float
|
||||
|
||||
DATA.SET P:&HEAD+0x4 %LONG DATA.LONG(EA:&HEAD+0x4)&0xFFFFFF
|
||||
; ^ number
|
||||
; ^ constant.builtin
|
||||
|
||||
List `main`
|
||||
; ^ symbol
|
||||
|
|
@ -28,11 +28,12 @@ List `main`
|
|||
; ^ character
|
||||
|
||||
Data.Set N: 0xffff800000 0y0011xx01xx&&a
|
||||
; ^ number
|
||||
; ^ constant.builtin
|
||||
; ^ number
|
||||
; ^ number
|
||||
; ^ operator
|
||||
|
||||
WinPOS 0% 85% 100% 15%
|
||||
; ^ number
|
||||
; ^ float
|
||||
|
||||
// vim: set ft=t32:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue