[phobos] [dlang/phobos] 153380: std.xml: accept single quotes for attributes
GitHub via phobos
phobos at puremagic.com
Wed Jul 6 15:35:49 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 1533801fc890ee70178f04059422e9ce0e41d239
https://github.com/dlang/phobos/commit/1533801fc890ee70178f04059422e9ce0e41d239
Author: coderabhishek <abhishekkmr18 at gmail.com>
Date: 2016-07-05 (Tue, 05 Jul 2016)
Changed paths:
M std/xml.d
Log Message:
-----------
std.xml: accept single quotes for attributes
Fixes issue 4509 - XML parser in std.xml throws TagException if the
attr value is put in apostrophes.
Commit: 85bb6c20f821e0aa861b1923eea966d3c6bdfa79
https://github.com/dlang/phobos/commit/85bb6c20f821e0aa861b1923eea966d3c6bdfa79
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2016-07-05 (Tue, 05 Jul 2016)
Changed paths:
M std/xml.d
Log Message:
-----------
add asserts and attributes
Also remove extra trailing newlines at the end of the file.
Commit: bab9832adf38972ee35308046399a5bc28d8f1f1
https://github.com/dlang/phobos/commit/bab9832adf38972ee35308046399a5bc28d8f1f1
Author: anonymous <aG0aep6G at users.noreply.github.com>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M std/xml.d
Log Message:
-----------
actually do the parsing
Commit: d231d783e68ed8b3c3950158a6ccc696b9be33b8
https://github.com/dlang/phobos/commit/d231d783e68ed8b3c3950158a6ccc696b9be33b8
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2016-07-06 (Wed, 06 Jul 2016)
Changed paths:
M std/xml.d
Log Message:
-----------
Merge pull request #4567 from aG0aep6G/4509
Fix issue 4509 - XML parser in std.xml throws TagException if the attr value is put in apostrophes.
Compare: https://github.com/dlang/phobos/compare/0641a8d8caf7...d231d783e68e
More information about the phobos
mailing list