mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix the expected output of processing instruction parsing
Spaces after the target should be skipped.
This commit is contained in:
parent
b9a3855f98
commit
889a0f16f8
@ -94,6 +94,6 @@ var val=2;
|
|||||||
proc-instruction: xml -> encoding="UTF8"
|
proc-instruction: xml -> encoding="UTF8"
|
||||||
attribute: encoding -> UTF8
|
attribute: encoding -> UTF8
|
||||||
#text: \n...\n
|
#text: \n...\n
|
||||||
proc-instruction: ecmascript -> \nvar -> val=2;\n'
|
proc-instruction: ecmascript -> var val=2;\n'
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
Loading…
Reference in New Issue
Block a user