Skip to content

Commit dbe3e5f

Browse files
committed
Issue #329 - Experimental fix?
1 parent 9c0dbc5 commit dbe3e5f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lexer.c

-4
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ static void Show_Node( TidyDocImpl* doc, const char *msg, Node *node )
144144
tmbstr src = lex ? "lexer" : "stream";
145145
SPRTF("R=%d C=%d: ", line, col );
146146
// DEBUG: Be able to set a TRAP on a SPECIFIC row,col
147-
<<<<<<< HEAD
148147
if ((line == 67) && (col == 95)) {
149-
=======
150-
if ((line == 8) && (col == 4)) {
151-
>>>>>>> Issue #329 - Experimental fix?
152148
check_me("Show_Node"); // just a debug trap
153149
}
154150
if (lexer && lexer->token &&

0 commit comments

Comments
 (0)