-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a !datetime tag and makes all tags lowercase. Fixes user-identified gap identified in Discussion #595. --------- Co-authored-by: Paul Madden <[email protected]>
- Loading branch information
1 parent
506f50a
commit dc9846d
Showing
12 changed files
with
68 additions
and
18 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
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
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
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
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,4 +1,4 @@ | ||
[config] | ||
salad_include = !INCLUDE [./fruit_config.ini] | ||
salad_include = !include [./fruit_config.ini] | ||
meat = beef | ||
dressing = poppyseed |
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,5 +1,5 @@ | ||
&config | ||
salad_include = '!INCLUDE [./fruit_config.nml]' | ||
salad_include = '!include [./fruit_config.nml]' | ||
meat = beef | ||
dressing = poppyseed | ||
/ |
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,3 +1,3 @@ | ||
salad_include="!INCLUDE [./fruit_config.sh]" | ||
salad_include="!include [./fruit_config.sh]" | ||
meat=beef | ||
dressing=poppyseed |
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,3 +1,3 @@ | ||
salad: !INCLUDE [./fruit_config.yaml] | ||
two_files: !INCLUDE [./fruit_config.yaml, ./fruit_config_similar.yaml] | ||
reverse_files: !INCLUDE [./fruit_config_similar.yaml, ./fruit_config.yaml] | ||
salad: !include [./fruit_config.yaml] | ||
two_files: !include [./fruit_config.yaml, ./fruit_config_similar.yaml] | ||
reverse_files: !include [./fruit_config_similar.yaml, ./fruit_config.yaml] |
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,5 +1,5 @@ | ||
&config | ||
salad_include = '!INCLUDE [./fruit_config_mult_sect.nml]' | ||
salad_include = '!include [./fruit_config_mult_sect.nml]' | ||
meat = beef | ||
dressing = poppyseed | ||
/ |