-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Expand stray tag check to all attributes * Update stray tag tests * Parametrize test * Fix variable unit * Improve error message
- Loading branch information
1 parent
f528935
commit e64ed34
Showing
6 changed files
with
64 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- Primary Energy: | ||
definition: Total primary energy consumption | ||
unit: EJ/yr | ||
info: | ||
valid: Valid information. | ||
invalid: Invalid bracket } information. | ||
final: Another valid information. | ||
- Primary Energy|Coal: | ||
definition: Primary energy consumption of coal | ||
unit: EJ/yr | ||
- Share|Coal: | ||
definition: Share of coal in the total primary energy mix | ||
unit: '%' |
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,14 @@ | ||
- Primary Energy: | ||
definition: Total primary energy consumption | ||
unit: EJ/yr | ||
- Primary Energy|Coal: | ||
definition: Primary energy consumption of coal | ||
unit: EJ/yr | ||
- Share|Coal: | ||
definition: Share of coal in the total primary energy mix | ||
unit: '%' | ||
info: | ||
- Valid information. | ||
- Invalid bracket { information. | ||
- Another valid information. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
unit: EJ/yr | ||
- Share|{Fuel}: | ||
definition: Share of {Fuel} in the total primary energy mix | ||
unit: | ||
unit: '%' |
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