diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-03-23 15:12:46 +0100 |
commit | 87c72961c6e18a56caf5bac6b48196ccb8532336 (patch) | |
tree | ce264c2e0a75d70a5bf783c836e3a34acec62fb6 /tests/custom/02_runtime/00_scoping | |
parent | 7d27ad5cf0737213ccdd625e88d64e1a0066d4c4 (diff) |
treewide: replace some leftover "utpl" occurrences, update .gitignore
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/custom/02_runtime/00_scoping')
-rw-r--r-- | tests/custom/02_runtime/00_scoping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/custom/02_runtime/00_scoping b/tests/custom/02_runtime/00_scoping index 5fadf43..6c3ce14 100644 --- a/tests/custom/02_runtime/00_scoping +++ b/tests/custom/02_runtime/00_scoping @@ -1,4 +1,4 @@ -Utpl implements function scoping, make sure that let variables are +Ucode implements function scoping, make sure that let variables are invisible outside of the function scope. -- Expect stdout -- |