Make space normalization for post building test more specific.
This commit is contained in:
parent
d34a2473c0
commit
6dd281ba64
@ -25,7 +25,7 @@ class Post
|
|||||||
textNodes = $.X './/text()', root2
|
textNodes = $.X './/text()', root2
|
||||||
i = 0
|
i = 0
|
||||||
while node = textNodes.snapshotItem i++
|
while node = textNodes.snapshotItem i++
|
||||||
node.data = node.data.replace /\s+/g, ' '
|
node.data = node.data.replace /\ +/g, ' '
|
||||||
$.rm node if node.data is ''
|
$.rm node if node.data is ''
|
||||||
@normalizedOriginal = root2
|
@normalizedOriginal = root2
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user