Skip to content

Commit 0a072d3

Browse files
committed
Update snapshot
1 parent 341137c commit 0a072d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tsdoc/src/parser/__tests__/__snapshots__/NodeParserHtml.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,11 +2085,11 @@ Object {
20852085
"[<]c[>]",
20862086
],
20872087
"logMessages": Array [
2088-
"(2,4): Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2088+
"(2,4): Invalid HTML element: The HTML element name \\"a\\" is not defined by your TSDoc configuration",
20892089
"(2,6): The \\">\\" character should be escaped using a backslash to avoid confusion with an HTML tag",
2090-
"(3,4): Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2090+
"(3,4): Invalid HTML element: The HTML element name \\"b\\" is not defined by your TSDoc configuration",
20912091
"(3,6): The \\">\\" character should be escaped using a backslash to avoid confusion with an HTML tag",
2092-
"(4,4): Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2092+
"(4,4): Invalid HTML element: The HTML element name \\"c\\" is not defined by your TSDoc configuration",
20932093
"(4,6): The \\">\\" character should be escaped using a backslash to avoid confusion with an HTML tag",
20942094
],
20952095
"nodes": Object {
@@ -2104,7 +2104,7 @@ Object {
21042104
Object {
21052105
"errorLocation": "a",
21062106
"errorLocationPrecedingToken": "<",
2107-
"errorMessage": "Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2107+
"errorMessage": "Invalid HTML element: The HTML element name [q]a[q] is not defined by your TSDoc configuration",
21082108
"kind": "ErrorText",
21092109
"nodes": Array [
21102110
Object {
@@ -2146,7 +2146,7 @@ Object {
21462146
Object {
21472147
"errorLocation": "b",
21482148
"errorLocationPrecedingToken": "<",
2149-
"errorMessage": "Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2149+
"errorMessage": "Invalid HTML element: The HTML element name [q]b[q] is not defined by your TSDoc configuration",
21502150
"kind": "ErrorText",
21512151
"nodes": Array [
21522152
Object {
@@ -2188,7 +2188,7 @@ Object {
21882188
Object {
21892189
"errorLocation": "c",
21902190
"errorLocationPrecedingToken": "<",
2191-
"errorMessage": "Invalid HTML element: This HTML element name is not defined by your TSDoc configuration",
2191+
"errorMessage": "Invalid HTML element: The HTML element name [q]c[q] is not defined by your TSDoc configuration",
21922192
"kind": "ErrorText",
21932193
"nodes": Array [
21942194
Object {

0 commit comments

Comments
 (0)