1
0
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:
Jonas Fonseca 2005-12-29 18:00:26 +01:00 committed by Jonas Fonseca
parent b9a3855f98
commit 889a0f16f8

View File

@ -94,6 +94,6 @@ var val=2;
proc-instruction: xml -> encoding="UTF8"
attribute: encoding -> UTF8
#text: \n...\n
proc-instruction: ecmascript -> \nvar -> val=2;\n'
proc-instruction: ecmascript -> var val=2;\n'
test_done