forked from IAMconsortium/nomenclature
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca3a1c5
commit 0816561
Showing
8 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
tests/data/codelist/illegal_chars/char_in_external_repo/nomenclature.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
dimensions: | ||
- variable | ||
repositories: | ||
common-definitions: | ||
url: https://github.com/IAMconsortium/common-definitions.git/ | ||
hash: 3b75bb9 | ||
definitions: | ||
variable: | ||
repository: | ||
- common-definitions | ||
illegal_characters: ['"' , ";"] # these are known to be present in common-definitions variables |
7 changes: 7 additions & 0 deletions
7
tests/data/codelist/illegal_chars/char_in_str/definitions/variable/variables.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Primary Energy: | ||
definition: Total primary energy consumption | ||
unit: EJ/yr | ||
- Primary Energy|Coal: | ||
definition: Primary energy consumption of coal | ||
unit: EJ/yr | ||
info: Additional info with illegal " character |
3 changes: 3 additions & 0 deletions
3
tests/data/codelist/illegal_chars/char_in_str/nomenclature.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
dimensions: | ||
- variable | ||
illegal_characters: ['"' , ";"] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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