This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix test plan for 004-strings.t
pull/8/head
Paul J. Davis
13 years ago
committed by
Dmitry Groshev
parent
74412a7675
commit
42ce9c3492
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/004-strings.t
+ 1
- 1
test/004-strings.t
View File
@ -6,7 +6,7 @@ main([]) ->
code:add_pathz
(
"ebin"
)
,
code:add_pathz
(
"test"
)
,
etap:plan
(
8
0
)
,
etap:plan
(
8
3
)
,
util:test_good
(
good
(
)
)
,
util:test_good
(
uescaped
(
)
,
[
uescape
]
)
,
util:test_errors
(
errors
(
)
)
,
Write
Preview
Loading…
Cancel
Save