summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-11-29 10:45:17 +0000
committerubq323 <ubq323@ubq323.website>2024-11-29 10:45:17 +0000
commit9a0a4ee19eebc08e5ec3b2d256476016d128b090 (patch)
treeb769535dc915679ae1821393869d7aab693c434d /tests
parent83056a82a6d55f7edf2d7216d30000a4a6482310 (diff)
schars-ascii -> sbytesHEADtrunk
Diffstat (limited to 'tests')
-rw-r--r--tests/sbytes.bth1
-rw-r--r--tests/sbytes.out (renamed from tests/schars_ascii.out)0
-rw-r--r--tests/schars_ascii.bth1
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/sbytes.bth b/tests/sbytes.bth
new file mode 100644
index 0000000..cce7c8a
--- /dev/null
+++ b/tests/sbytes.bth
@@ -0,0 +1 @@
+(say (sbytes "hello world\n"))
diff --git a/tests/schars_ascii.out b/tests/sbytes.out
index b00b046..b00b046 100644
--- a/tests/schars_ascii.out
+++ b/tests/sbytes.out
diff --git a/tests/schars_ascii.bth b/tests/schars_ascii.bth
deleted file mode 100644
index 402017b..0000000
--- a/tests/schars_ascii.bth
+++ /dev/null
@@ -1 +0,0 @@
-(say (schars-ascii "hello world\n"))