After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755875 - subparse: </ i> should be handled like </i>
subparse: </ i> should be handled like </i>
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.x
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-30 12:44 UTC by Bastien Nocera
Modified: 2015-09-30 17:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test file (45.77 KB, text/plain)
2015-09-30 12:44 UTC, Bastien Nocera
Details

Description Bastien Nocera 2015-09-30 12:44:59 UTC
Created attachment 312428 [details]
test file

SSIA, test file attached
Comment 1 Tim-Philipp Müller 2015-09-30 17:19:56 UTC
commit 0c992c506579ea7b834f0f64e98a37810408942e
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Wed Sep 30 18:18:15 2015 +0100

    tests: subparse: add unit test for closing tag detection
    
    </ i> should be handled like </i>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755875

commit 7fb9cd453bbb870c1b96c6ea72435392ecb925f7
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Wed Sep 30 18:17:13 2015 +0100

    subparse: detect closing tags even if there's a space after the slash
    
    </ i> should be handled like </i>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755875