Skip to content

Commit

Permalink
Update and improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbenito committed Jul 17, 2021
1 parent c54b4b3 commit 0889838
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/vanilla/itemize-styled.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
beyond the maximum number of columns**
* **another sublist also has long items that will span more than
whatever the number of columns blah blah**
* **sublist**
* **second item in the sublist**

[^1]: text
2 changes: 1 addition & 1 deletion tests/vanilla/itemize-styled.tm
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<item>another sublist also has long items that will span more than
whatever the number of columns blah blah

<item>sublist
<item>second item in the sublist
</itemize-dot>
</enumerate>>
</enumerate>
Expand Down
2 changes: 1 addition & 1 deletion tests/vanilla/localize.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![**Figure**<span id="fig-figure"></span>Texto…]()
![**Figura 1.** <span id="fig-figure"></span>Texto…]()

**Definición 1:** <span id="def-bayes-rule"></span>Sean (…)

Expand Down
23 changes: 15 additions & 8 deletions tests/vanilla/quotations.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
> This text is quoted. It is a very long text spanning multiple lines, so we can
> see what happens with the caret at the beginning of the line.
> This text is quoted. It is a very long text spanning multiple lines, so we
> can see what happens with the caret at the beginning of the line.
> This text is also quoted. It is a very long text spanning multiple lines, so
> we can see what happens with the caret at the beginning of the line.
> > This is a quotation inside a quotation. It is a very long text spanning
> > multiple lines, so we can see what happens with the caret at the beginning
> > of the line.
> > > This is a third quotation inside the second quotation. It is a very long
> > > text spanning multiple lines, so we can see what happens with the caret
> > > at the beginning of the line.
* This is a list item

With a second paragraph

> And a quoted text. It is a very long text spanning multiple lines, so we can
> see what happens with the caret at the beginning of the line.
> And a quoted text. It is a very long text spanning multiple lines, so we
> can see what happens with the caret at the beginning of the line.
* This is the second item of the list
* It contains a sublist
* And the second item of the sublist has

> some quoted text. It is a very long text spanning multiple lines, so we
> can see what happens with the caret at the beginning of the line.
> some quoted text. It is a very long text spanning multiple lines, so we
> can see what happens with the caret at the beginning of the line.
17 changes: 17 additions & 0 deletions tests/vanilla/quotations.tm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@
we can see what happens with the caret at the beginning of the line.
</quotation>

<\quotation>
This text is also quoted. It is a very long text spanning multiple lines,
so we can see what happens with the caret at the beginning of the line.

<\quotation>
This is a quotation inside a quotation. It is a very long text spanning
multiple lines, so we can see what happens with the caret at the
beginning of the line.

<\quotation>
This is a third quotation inside the second quotation. It is a very
long text spanning multiple lines, so we can see what happens with
the caret at the beginning of the line.
</quotation>
</quotation>
</quotation>

<\itemize-dot>
<item>This is a list item

Expand Down

0 comments on commit 0889838

Please sign in to comment.