From 76faa50bfb85443f478e2824319d6c8ea119df98 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 15 Sep 2018 10:38:34 -0700 Subject: 4545 Stale file since 4523. --- subx/vim_errors.subx | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 subx/vim_errors.subx diff --git a/subx/vim_errors.subx b/subx/vim_errors.subx deleted file mode 100644 index 02a82f25..00000000 --- a/subx/vim_errors.subx +++ /dev/null @@ -1,34 +0,0 @@ -# test file for Vim highlighting - -## unindented lines below should all get Warn highlighting in .subx files -# indented lines should get no highlighting - -# raw displacement in jump/call instructions -e8 10/disp32 -e8 . 10/disp32 -e8/call . -10/disp32 -e8/call . 0x10/disp32 -e9/jump . 10/disp8 -e9/jump . -10/disp8 -e9/jump . f0/disp8 -7c/jump . 10/disp8 -7c/jump . -10/disp8 -eb/jump . 10/disp16 -eb/jump . -10/disp16 -0f/foo 8e/jump . 10/disp16 -0f/foo 8e/jump . -10/disp16 - -## unindented lines below should all get Error highlighting in .subx files -# indented lines should get no highlighting - -# mismatch in label type (call to '$' or jump to non-'$') -e8 $foo/disp32 -e8 . $foo/disp32 -e8/call . $foo/disp32 -e8/call . $foo/disp32 -e9/jump . foo/disp8 - e9/jump . $foo/disp8 - e9/jump . . $foo/disp8 -7c/jump . foo/disp8 -eb/jump . foo/disp16 -0f/foo 8e/jump . foo/disp16 -- cgit 1.4.1-2-gfad0 1a187'>refs log tree commit diff stats
path: root/tests/unittests/test_callbacks.h
blob: 271302417bbf35f2979ebd089afd17469a2ef488 (plain) (blame)
1
2