From 5cbaa75e219af50969a0e71a51e0531409cf428d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 12 Jan 2020 19:57:39 +0900 Subject: [PATCH] Fix yarte test (#229) The behavior has been changed from https://github.com/botika/yarte/commit/c4999d81ed1597663b35ab44735908ee8c8852d7 --- template_yarte/src/main.rs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/template_yarte/src/main.rs b/template_yarte/src/main.rs index 803473fe..4c9e088d 100644 --- a/template_yarte/src/main.rs +++ b/template_yarte/src/main.rs @@ -51,13 +51,13 @@ mod test { Bytes::from_static( "\ \ - Actix web\ + Actix web\

Welcome!

\

What is your name?

\
\ - Name: \ -
Last name: \ -

\ + Name: \ +
Last name: \ +

\
\ " .as_ref() @@ -80,7 +80,7 @@ mod test { Bytes::from_static( "\ \ - Actix web\ + Actix web\ \

Hi, foo bar!

Welcome

\ " @@ -113,13 +113,13 @@ mod test { Bytes::from_static( "\ \ - Actix web\ + Actix web\

Welcome!

\

What is your name?

\
\ - Name: \ -
Last name: \ -

\ + Name: \ +
Last name: \ +

\
\ " .as_ref()