Skip to content

Commit

Permalink
remove parse form keyword fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Mar 9, 2018
1 parent 8b6558a commit 11ce429
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/database/simple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,6 @@ begin
"tryparse(\$T, \$s, \$base)",
"tryparse(\$T, \$s!, base = \$base!)"
)
match(KeywordsUnlocked,
"parse(\$T, \$s, \$base)",
"parse(\$T, \$s!, base = \$base!)"
)
match(KeywordsUnlocked,
"mkdir(\$path, \$mode)",
"mkdir(\$path, mode = \$mode!)"
Expand Down
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,6 @@ for (old, new) in (("Timer(a, b)", "Timer(a, interval = b)"),
("chop(a, b)", "chop(a, head = b)"),
("chop(a, b, c)", "chop(a, head = b, tail = c)"),
("tryparse(a, b, c)", "tryparse(a, b, base = c)"),
("parse(a, b, c)", "parse(a, b, base = c)"),
("mkdir(a, b)", "mkdir(a, mode = b)"),
("mkpath(a, b)", "mkpath(a, mode = b)"),
("countlines(a, b)", "countlines(a, eol = b)"),
Expand Down

0 comments on commit 11ce429

Please sign in to comment.