summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristopher Trudeau <ctrudeau@arsensa.com>2021-06-21 16:25:58 -0400
committerChristopher Trudeau <ctrudeau@arsensa.com>2021-06-21 16:25:58 -0400
commitfbdcfa8066f98d896c2a746aa4fc6d5869f7e8d2 (patch)
tree7a470bdef2d0a36d0bd7ca1d9ae9df116d0717e2 /tests
parent18a7fdb2ce1695e471071f7d635cb98de6080ee8 (diff)
downloadpygments-git-fbdcfa8066f98d896c2a746aa4fc6d5869f7e8d2.tar.gz
Changes from code review:
- renamed nodecon to nodejsrepl - removed bad mimetypes
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl (renamed from tests/examplefiles/nodecon/nodecod_test.nodecon)2
-rw-r--r--tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output (renamed from tests/examplefiles/nodecon/nodecod_test.nodecon.output)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/examplefiles/nodecon/nodecod_test.nodecon b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl
index 1442b6f5..7679d9ce 100644
--- a/tests/examplefiles/nodecon/nodecod_test.nodecon
+++ b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl
@@ -1,4 +1,4 @@
-// Node.js Console Session
+// Node.js REPL Session
> let a = 3
undefined
> a
diff --git a/tests/examplefiles/nodecon/nodecod_test.nodecon.output b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output
index a812407a..28c5c3a5 100644
--- a/tests/examplefiles/nodecon/nodecod_test.nodecon.output
+++ b/tests/examplefiles/nodejsrepl/nodejsrepl_test.nodejsrepl.output
@@ -1,5 +1,5 @@
'' Text
-'// Node.js Console Session\n' Comment.Single
+'// Node.js REPL Session\n' Comment.Single
'> ' Generic.Prompt
'let' Keyword.Declaration