Skip to content

Commit dc77656

Browse files
committed
More Lua tests
1 parent 51beb2c commit dc77656

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lua/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Lua Explorations
44

5-
To build and run Lua programs on your local machine, download and install the Lua system from the [Lua downlaods page](https://www.lua.org/download.html) or use your favorite package manager.
5+
To build and run Lua programs on your local machine, download and install the Lua system from the [Lua downloads page](https://www.lua.org/download.html) or use your favorite package manager.
66

77
Once installed, programs in this folder can be run from the command line like so:
88

lua/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ lua anagrams.lua rats | diff ../test/rats_heap_expected - && \
33
lua and_or_demo.lua && \
44
lua basic_latin_wordcount.lua < ../test/wordcount_ascii_input | diff ../test/wordcount_ascii_expected - && \
55
lua binding.lua && \
6+
lua character_counts.lua && \
7+
lua clockhands.lua && \
68
lua coroutine_demo.lua && \
9+
lua coroutine_wrap_demo.lua && \
710
lua delegation_example.lua && \
811
lua errors.lua && \
912
lua exploring_parameters.lua && \

0 commit comments

Comments
 (0)