-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #212 from bradleyjkemp/master
Make snapshots more readable and diffable
- Loading branch information
Showing
5 changed files
with
33 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
(string) (len=51) "Usage: test ast file.c\n -h\tprint help information\n" | ||
([]string) (len=3) { | ||
(string) (len=22) "Usage: test ast file.c", | ||
(string) (len=27) " -h\tprint help information", | ||
(string) "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
(string) (len=51) "Usage: test ast file.c\n -h\tprint help information\n" | ||
([]string) (len=3) { | ||
(string) (len=22) "Usage: test ast file.c", | ||
(string) (len=27) " -h\tprint help information", | ||
(string) "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
(string) (len=256) "Usage: test transpile [-V] [-o file.go] [-p package] file.c\n -V\tprint progress as comments\n -h\tprint help information\n -o string\n \toutput Go generated code to the specified file\n -p string\n \tset the name of the generated package (default \"main\")\n" | ||
([]string) (len=8) { | ||
(string) (len=59) "Usage: test transpile [-V] [-o file.go] [-p package] file.c", | ||
(string) (len=31) " -V\tprint progress as comments", | ||
(string) (len=27) " -h\tprint help information", | ||
(string) (len=11) " -o string", | ||
(string) (len=51) " \toutput Go generated code to the specified file", | ||
(string) (len=11) " -p string", | ||
(string) (len=59) " \tset the name of the generated package (default \"main\")", | ||
(string) "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
(string) (len=256) "Usage: test transpile [-V] [-o file.go] [-p package] file.c\n -V\tprint progress as comments\n -h\tprint help information\n -o string\n \toutput Go generated code to the specified file\n -p string\n \tset the name of the generated package (default \"main\")\n" | ||
([]string) (len=8) { | ||
(string) (len=59) "Usage: test transpile [-V] [-o file.go] [-p package] file.c", | ||
(string) (len=31) " -V\tprint progress as comments", | ||
(string) (len=27) " -h\tprint help information", | ||
(string) (len=11) " -o string", | ||
(string) (len=51) " \toutput Go generated code to the specified file", | ||
(string) (len=11) " -p string", | ||
(string) (len=59) " \tset the name of the generated package (default \"main\")", | ||
(string) "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters