From f70be57b1d4a7c8e2d1ac44f815d1de1cfc7ee5c Mon Sep 17 00:00:00 2001 From: hylo Date: Tue, 3 Jan 2023 23:47:56 +0100 Subject: [PATCH] docs: fix shell command --- test/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.org b/test/README.org index bb04c6f..df3bfab 100644 --- a/test/README.org +++ b/test/README.org @@ -20,8 +20,8 @@ $ toml-test -encoder ./test-encoder.scm The ~toml-test~ suite tests TOML's structure extensively, but since it relies on JSON and a different encoding of values, we still need to test whether Guile's datatypes are decoded and encoded correctly. To run the tests for the decoder: -#+begin_src scheme -guile test-datatypes.scm +#+begin_src shell +$ guile test-datatypes.scm #+end_src The files ~decoder.scm~ and ~encoder.scm~ serve as manual testing utilities: