From: C. Scott Ananian Date: Fri, 5 Apr 2013 15:26:29 +0000 (-0400) Subject: New parserTest: check interaction of italics and English possessives. X-Git-Tag: 1.31.0-rc.0~20090^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=df27065fd7278c8c0519e1d400b21e88f383daf3;p=lhc%2Fweb%2Fwiklou.git New parserTest: check interaction of italics and English possessives. This documents a current bug in the Parsoid parser. Change-Id: I242324237640dd21fb24c50fa164a45091e388b8 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 55605d05f2..1d4102cd70 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -363,6 +363,16 @@ Italics and bold !! end +# this example taken from the simple/Moon article +!! test +Italics and possessives +!! input +obtained by ''[[Lunar Prospector]]'''s gamma-ray spectrometer +!! result +

obtained by Lunar Prospector's gamma-ray spectrometer +

+!! end + ### ### 2-quote opening sequence tests ###