From 02d25ab60d2701ce71fe2dfaca36627ad902e229 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 17 Jun 2021 18:09:44 +0200 Subject: Fix parser tests for 1.53 --- crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast') diff --git a/crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast b/crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast index 6cdfd058b..12f5040f9 100644 --- a/crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast +++ b/crates/syntax/test_data/parser/inline/ok/0003_where_pred_for.rast @@ -23,7 +23,7 @@ SOURCE_FILE@0..54 L_ANGLE@30..31 "<" LIFETIME_PARAM@31..33 LIFETIME@31..33 - LIFETIME_IDENT@31..33 "\'a" + LIFETIME_IDENT@31..33 "'a" R_ANGLE@33..34 ">" WHITESPACE@34..35 " " PATH_TYPE@35..36 @@ -46,7 +46,7 @@ SOURCE_FILE@0..54 REF_TYPE@41..48 AMP@41..42 "&" LIFETIME@42..44 - LIFETIME_IDENT@42..44 "\'a" + LIFETIME_IDENT@42..44 "'a" WHITESPACE@44..45 " " PATH_TYPE@45..48 PATH@45..48 -- cgit v1.2.3