Skip to content

Commit

Permalink
chore: reorganize test fixture dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 12, 2023
1 parent b73d852 commit 7e18132
Show file tree
Hide file tree
Showing 31 changed files with 114 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"mocha": "^10.0.0",
"monaco-editor": "^0.43.0",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"prettier": "^3.0.3",
"raw-loader": "^4.0.1",
"semver": "^7.3.2",
"stylelint": "^15.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options": [
"always",
{
"nestedHyphen": "always",
"blockMapping": "always"
}
],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# block-sequence-hyphen-indicator-newline/invalid/always/mapping-input.yaml
-
a: a
-
-
b: b
-
{c: c}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options": [
"never",
{
"nestedHyphen": "never",
"blockMapping": "always"
}
],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# block-sequence-hyphen-indicator-newline/invalid/block-mapping-only-newline/mapping-input.yaml
-
a: a
- -
b: b
- {c: c}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"options": [],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# block-sequence-hyphen-indicator-newline/invalid/default/mapping-input.yaml
- a: a
-
- b: b
- {c: c}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options": [
"never",
{
"nestedHyphen": "always",
"blockMapping": "always"
}
],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# block-sequence-hyphen-indicator-newline/invalid/nested-hyphen-and-block-mapping-newline/mapping-input.yaml
-
a: a
-
-
b: b
- {c: c}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options": [
"never",
{
"nestedHyphen": "always",
"blockMapping": "never"
}
],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# block-sequence-hyphen-indicator-newline/invalid/nested-hyphen-only-newline/mapping-input.yaml
- a: a
-
- b: b
- {c: c}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"options": [
"never",
{
"nestedHyphen": "never",
"blockMapping": "never"
}
],
"settings": {
"yml": {
"indent": 8
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# block-sequence-hyphen-indicator-newline/invalid/never/mapping-input.yaml
- a: a
- - b: b
- {c: c}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 7e18132

Please sign in to comment.