summaryrefslogtreecommitdiff
path: root/tests/examplefiles/test.sco
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2018-12-21 16:23:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2018-12-21 16:23:58 +0000
commit5e5f02aa70471bafc6f4b61101e2099514596b91 (patch)
treedf0cc3084d797532d585780b3b9f4793da1b263b /tests/examplefiles/test.sco
parentead0ddfe75a8ae8e051d3c4cbc780a472e107654 (diff)
parent2fcf07e09ccb72b7b2e73cffa8492fa0d5cb23db (diff)
downloadpygments-5e5f02aa70471bafc6f4b61101e2099514596b91.tar.gz
Merged in bgcook/pygments-main (pull request #760)
add Slurm script parser
Diffstat (limited to 'tests/examplefiles/test.sco')
-rw-r--r--tests/examplefiles/test.sco32
1 files changed, 22 insertions, 10 deletions
diff --git a/tests/examplefiles/test.sco b/tests/examplefiles/test.sco
index a0b39251..d997c1b3 100644
--- a/tests/examplefiles/test.sco
+++ b/tests/examplefiles/test.sco
@@ -1,10 +1,22 @@
-f 1 0 16384 10 1
-i "N_a_M_e_" 0 2
-i "TestOscillator" 2 2
-i "TestBitwiseNOT" 0 1
-i "TestBitwiseXOR" 0 1
-i "TestGoto" 0 1
-i "TestMacroPeriodSuffix" 4 1
-i "TestAt" 0 1
-i "MacroAbuse" 0 1
-e
+/*
+ * comment
+ */
+; comment
+// comment
+a b C d e f i q s t v x y
+z
+np0 nP1 Np2 NP3
+m/**/label;
+n label
+123 0123456789
+0xabcdef0123456789 0XABCDEF
+1e2 3e+4 5e-6 7E8 9E+0 1E-2 3. 4.56 .789
+"characters$MACRO."
+{ 1 I
+ { 2 J
+ { 3 K
+ $I $J $K
+ }
+ }
+}
+#include "score.sco"