From 29b13d8fe0b275b1d2317159e4d62945eef5cb47 Mon Sep 17 00:00:00 2001 From: cmaillot Date: Mon, 6 Nov 2017 20:29:17 +0100 Subject: [PATCH] add esi tag in validator rules --- src/Spec/validator-generated.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Spec/validator-generated.php b/src/Spec/validator-generated.php index 082bb58a..ec877abe 100644 --- a/src/Spec/validator-generated.php +++ b/src/Spec/validator-generated.php @@ -5270,6 +5270,12 @@ public static function createValidationRules() { $o_1287->code = ValidationErrorCode::CSS_SYNTAX_INVALID_ATTR_SELECTOR; $o_1287->format = 'CSS syntax error in tag \'%1\' - invalid attribute selector.'; $o_0->error_formats[] = $o_1287; + $o_1288 = new TagSpec(); + $o_1288->tag_name = 'esi:include'; + $o_1289 = new AttrSpec(); + $o_1289->name = 'src'; + $o_1288->attrs[] = $o_1289; + $o_0->tags[] = $o_1288; return $o_0; } }