Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Trying to get tests to pass
  • Loading branch information
TIHan committed Feb 6, 2019
commit 4057c2876a1cf7524d01d97e2a58d5ff2423ad23
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ System.Console.WriteLine(format="Hello, {0}",arg0="World")
("arg0", Some ("[7..64)", 1, 2, Some "arg0"));
("arg0=", Some ("[7..64)", 1, 2, Some "arg0"));
("World", Some ("[7..64)", 1, 2, Some "arg0"));
(")", None)]);
(")", Some("[7..64)", 0, 2, Some "format"))]);
( """
//2
open System
Expand Down