summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-12-21 17:34:15 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-12-21 17:34:15 +0100
commit6c9c585cc788aceb6798e059cfe1a0820577a3d6 (patch)
tree5e25845ea91f2a976567e2413c289d7609736cc4 /tests
parent5e5f02aa70471bafc6f4b61101e2099514596b91 (diff)
downloadpygments-6c9c585cc788aceb6798e059cfe1a0820577a3d6.tar.gz
Small cleanups to the Slurm lexer.
Remove debug output, add a test file for the Slurm lexer.
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/example.sl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/examplefiles/example.sl b/tests/examplefiles/example.sl
new file mode 100644
index 00000000..5fb430de
--- /dev/null
+++ b/tests/examplefiles/example.sl
@@ -0,0 +1,6 @@
+#!/bin/bash
+#SBATCH --partition=part
+#SBATCH --job-name=job
+#SBATCH --mem=1G
+#SBATCH --cpus-per-task=8
+srun /usr/bin/sleep \ No newline at end of file