summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2026-01-07 20:42:49 -0800
committerElizabeth Hunt <me@liz.coffee>2026-01-07 20:42:49 -0800
commit582e19eb7dfc21649e6734447a4139de90235f4e (patch)
tree88ba4f144cff76f0e88d339e2c48354c6c5a5477 /src
parent2b01f7744cf54e1a3bad7687acc621acf013a27f (diff)
downloadlizdotcoffee-582e19eb7dfc21649e6734447a4139de90235f4e.tar.gz
lizdotcoffee-582e19eb7dfc21649e6734447a4139de90235f4e.zip
Fix binary identity prog
Diffstat (limited to 'src')
-rw-r--r--src/toys/turing/js/samples.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toys/turing/js/samples.js b/src/toys/turing/js/samples.js
index 4d76b49..0998ee4 100644
--- a/src/toys/turing/js/samples.js
+++ b/src/toys/turing/js/samples.js
@@ -48,7 +48,7 @@ q7 1 1 L rej
q8 X X L q8
q8 0 0 L q8
q8 1 1 L q8
-q8 = = acc`,
+q8 = = L acc`,
initialTape: "1011=1011"
},
{