aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser/tests.rs
diff options
context:
space:
mode:
authorPhilipp A2019-12-08 20:32:54 +0100
committerPhilipp A2019-12-09 12:03:04 +0100
commit7018f5d3c42f18b6c83f398db9f1915361a7c679 (patch)
treee94ad68de64c2b853e07759d4630de81762845ed /src/parser/tests.rs
parent1f95ebcc0e4e1393531e3d20e02d750ba0b476d6 (diff)
downloadrust-rst-7018f5d3c42f18b6c83f398db9f1915361a7c679.tar.bz2
Fix and test substitution
Diffstat (limited to 'src/parser/tests.rs')
-rw-r--r--src/parser/tests.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/tests.rs b/src/parser/tests.rs
index bad818e..a034c0e 100644
--- a/src/parser/tests.rs
+++ b/src/parser/tests.rs
@@ -157,12 +157,12 @@ A |subst| in-line
]),
substitution_def(19, 52, [
substitution_name(23, 28),
- replace(30, 52, [ paragraph(39, 52, [str(39, 52)]) ]),
+ replace(30, 52, [ paragraph(40, 52, [str(40, 52)]) ]),
]),
substitution_def(53, 101, [
substitution_name(57, 63),
- replace(65, 101, [ paragraph(74, 101, [
- str(74, 86), ws_newline(86, 87),
+ replace(65, 101, [ paragraph(75, 101, [
+ str(75, 86), ws_newline(86, 87),
str(88, 100),
]) ]),
]),