diff options
author | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
---|---|---|
committer | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
commit | 1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 (patch) | |
tree | 87a171383266dd1f64196589af081bc2f8e497c3 /tests/examplefiles/test.orc | |
parent | f1c080e184dc1bbc36eaa7cd729ff3a499de568a (diff) | |
download | pygments-master.tar.gz |
Diffstat (limited to 'tests/examplefiles/test.orc')
-rw-r--r-- | tests/examplefiles/test.orc | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/tests/examplefiles/test.orc b/tests/examplefiles/test.orc deleted file mode 100644 index d113303e..00000000 --- a/tests/examplefiles/test.orc +++ /dev/null @@ -1,81 +0,0 @@ -/* - * comment - */ -; comment -// comment - -instr/**/1,/**/N_a_M_e_,/**/+Name/**/// - iDuration = p3 - outc:a(aSignal) -endin - -opcode/**/aUDO,/**/i[],/**/aik// - aUDO -endop - -123 0123456789 -0xabcdef0123456789 0XABCDEF -1e2 3e+4 5e-6 7E8 9E+0 1E-2 3. 4.56 .789 - -"characters$MACRO." -"\\\a\b\n\r\t\012\345\67\"" - -{{ -characters$MACRO. -}} -{{\\\a\b\n\r\t\"\012\345\67}} - -+ - ~ ¬ ! * / ^ % << >> < > <= >= == != & # | && || ? : += -= *= /= - -0dbfs A4 kr ksmps nchnls nchnls_i sr - -do else elseif endif enduntil fi if ithen kthen od then until while -return rireturn - -aLabel: - label2: - -goto aLabel -reinit aLabel -cggoto 1==0, aLabel -timout 0, 0, aLabel -loop_ge 0, 0, 0, aLabel - -prints "%! %% %n%N %r%R %t%T \\a\\A \\b\\B \\n\\N \\r\\R \\t\\T" -prints Soutput - -readscore {{ -i 1 0 0 -}} -pyrun {{ -# Python -}} -lua_exec {{ --- Lua -}} - -#include/**/"file.udo" -#include/**/|file.udo| - -#ifdef MACRO -#else -#ifndef MACRO -#endif -#undef MACRO - -# define MACRO#macro_body# -#define/**/ -MACRO/**/ -#\#macro -body\## - -#define MACRO(ARG1#ARG2) #macro_body# -#define/**/ -MACRO(ARG1'ARG2'ARG3)/**/ -#\#macro -body\## - -$MACRO $MACRO. -$MACRO(x) -@0 -@@ 1 |