about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index ba1daf8a..2f3eda88 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -348,7 +348,7 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
   - examples/ex8.subx (✓)
   - examples/ex9.subx (✓)
   - examples/ex10.subx (✓)
-  - examples/ex11.subx
+  - examples/ex11.subx (✓)
   - examples/ex12.subx (✓)
   - apps/factorial.subx
   - apps/crenshaw2-1.subx
@@ -359,6 +359,7 @@ runnable on a Linux system running on Intel x86 processors, either 32- or
   - apps/pack.subx
   - apps/assort.subx
   - apps/dquotes.subx
+  - apps/tests.subx
 
 * Testable, dependency-injected vocabulary of primitives
   - Streams: `read()`, `write()`. (✓)