garbage in xml regress test

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: garbage in xml regress test
Date: 2016-08-07 19:05:11
Message-ID: CAFj8pRBaGHL1fVW0XjXtd4J0oFaV0OxEU3_LiJ6130uvpc_hmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

When I checked result of xml test I found some strange lines in
expected/xml.out file

It is little bit strange - regress test reports ok, but diff is not empty

[pavel(at)nemesis regress]$ diff results/xml.out expected/xml.out
11a12,13
> <wrong
> ^
63a66,67
> <syntax
> ^
222a227,228
> <invalidentity>&</invalidentity>
> ^
228a235,236
> <undefinedentity>&idontexist;</undefinedentity>
> ^
246a255,256
> <twoerrors>&idontexist;</unbalanced>
> ^
247a258,259
> <twoerrors>&idontexist;</unbalanced>
> ^
256a269,270
>
> ^
273a288,289
> <invalidentity>&</abc>
> ^
279a296,297
> <undefinedentity>&idontexist;</abc>
> ^
297a316,317
> <twoerrors>&idontexist;</unbalanced>
> ^

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2016-08-07 20:09:58 Re: No longer possible to query catalogs for index capabilities?
Previous Message Tom Lane 2016-08-07 18:46:06 Re: [Patch] Temporary tables that do not bloat pg_catalog (a.k.a fast temp tables)