forked from Laboratoria/curriculum-parser
-
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.
test(project): Agrega prueba para validar comportamiento sugerido en …
…comentarios de PR Ver https://github.com/Laboratoria/curriculum-parser/pull/88/files#r1558205050
- Loading branch information
1 parent
7d7718b
commit e031017
Showing
4 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
.../__fixtures__/01-a-project-with-variant-excluding-granular-objectives/README.md
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,15 @@ | ||
# A project | ||
|
||
## Índice | ||
|
||
Blah blah blah | ||
|
||
*** | ||
|
||
## 1. Preámbulo | ||
|
||
Blah blah blah | ||
|
||
## 2. Resumen del proyecto | ||
|
||
Blah blah blah |
13 changes: 13 additions & 0 deletions
13
..._tests__/__fixtures__/01-a-project-with-variant-excluding-granular-objectives/project.yml
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 @@ | ||
track: web-dev | ||
tracks: | ||
- web-dev | ||
learningObjectives: | ||
- dom/selectors | ||
- dom/events | ||
- dom/manipulation | ||
variants: | ||
- name: node | ||
learningObjectives: | ||
- node | ||
- id: dom/manipulation | ||
exclude: true |
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