Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Fix fixture indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreine committed Sep 7, 2016
1 parent 7755221 commit 9559a77
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
72 changes: 36 additions & 36 deletions tests/increase-item-depth-complex/expected.yaml
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
nodes:
- kind: block
type: ul_list
nodes:
- kind: block
type: list_item
type: ul_list
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item in the nested list
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item in the nested list
- kind: block
type: paragraph
nodes:
- kind: text
text: First item
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item in the nested list
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item in the nested list
62 changes: 31 additions & 31 deletions tests/increase-item-depth-complex/input.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
nodes:
- kind: block
type: ul_list
nodes:
- kind: block
type: list_item
type: ul_list
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item in the nested list
- kind: block
type: paragraph
nodes:
- kind: text
text: First item
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
key: '_selection_key'
nodes:
- kind: text
text: Second item in the nested list
- kind: block
type: paragraph
nodes:
- kind: text
text: Second item
- kind: block
type: ol_list
nodes:
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
nodes:
- kind: text
text: First item in the nested list
- kind: block
type: list_item
nodes:
- kind: block
type: paragraph
key: '_selection_key'
nodes:
- kind: text
text: Second item in the nested list

0 comments on commit 9559a77

Please sign in to comment.