diff options
author | Li Jin <dragon-fly@qq.com> | 2022-11-08 15:15:37 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-11-09 11:29:32 +0800 |
commit | bd10e55e72cfd588d3ed1ef6330bc138a3fe8eff (patch) | |
tree | 058f5cededdbef0c5152a06dcb10da96f5895c8a /spec | |
parent | b9b1cf94e1324e344df6f7204c8d479329c56718 (diff) | |
download | yuescript-bd10e55e72cfd588d3ed1ef6330bc138a3fe8eff.tar.gz yuescript-bd10e55e72cfd588d3ed1ef6330bc138a3fe8eff.tar.bz2 yuescript-bd10e55e72cfd588d3ed1ef6330bc138a3fe8eff.zip |
added indentation error messages.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/try-catch.yue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/try-catch.yue b/spec/inputs/try-catch.yue index f5cb97e..7287c33 100644 --- a/spec/inputs/try-catch.yue +++ b/spec/inputs/try-catch.yue | |||
@@ -34,8 +34,8 @@ catch err | |||
34 | 34 | ||
35 | if try func 1 | 35 | if try func 1 |
36 | catch err | 36 | catch err |
37 | print err | 37 | print err |
38 | print "OK" | 38 | print "OK" |
39 | 39 | ||
40 | do | 40 | do |
41 | if success, result = try func "abc", 123 | 41 | if success, result = try func "abc", 123 |