-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix #50 - Use yaml dump for repr, remove old way - Clean out lots of previous code - Add some new test demo files
- Loading branch information
Showing
5 changed files
with
96 additions
and
58 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
list: | ||
- a | ||
- b | ||
objects: | ||
one: | ||
variable1: value1 | ||
variable2: value2 | ||
two: | ||
- d | ||
- e | ||
three: ["f", "g"] | ||
string1: | | ||
This is a multi-line string. | ||
A multi-line string I say! | ||
string2: > | ||
This is a multi-line string as well. | ||
Another multi-line string I say! | ||
text_expand_home_dir: $HOME |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- a | ||
- b | ||
- c |
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
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