We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f871b commit 6afc6d8Copy full SHA for 6afc6d8
src/demo_svg_from_abi2.nim
tests/modified_new.ab1
226 KB
tests/test_edit_smpl.nim
@@ -131,7 +131,8 @@ proc testNewMethod() =
131
echo " Result: Failed to modify tag"
132
133
trace2.close()
134
-
+
135
+#[
136
# Test case 3: Larger modification
137
let trace3 = newABIFTrace(inputFile)
138
let tagName3 = "SMPL1"
@@ -164,7 +165,7 @@ proc testNewMethod() =
164
165
166
167
trace3.close()
168
+]#
169
except Exception as e:
170
echo "Error: ", e.msg
171
quit(1)
@@ -177,4 +178,4 @@ proc main() =
177
178
testNewMethod()
179
180
when isMainModule:
- main()
181
+ main()
0 commit comments