diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2021-07-05 04:13:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 04:13:20 +0000 |
| commit | 71bae95e4aa78a5f269d7d26171911169e0810b1 (patch) | |
| tree | 36a3633d7eddd2d549366a5f8883d7868bacea8a /tests/lib/script1.lua | |
| parent | b09ca18c3f453356d7bd381701341f67000845b0 (diff) | |
| parent | cd3c3a98e279326a0fc69a0f0d7620abdf8b404f (diff) | |
Merge pull request #8888 from dlqs/lua-call
Diffstat (limited to 'tests/lib/script1.lua')
| -rw-r--r-- | tests/lib/script1.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/script1.lua b/tests/lib/script1.lua new file mode 100644 index 0000000000..e9ebc29bd9 --- /dev/null +++ b/tests/lib/script1.lua @@ -0,0 +1 @@ +a = a + b |
