Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

spaces are skipped now #23

Closed
windyrobin opened this issue Aug 8, 2012 · 0 comments
Closed

spaces are skipped now #23

windyrobin opened this issue Aug 8, 2012 · 0 comments

Comments

@windyrobin
Copy link

<Column><Name>shit</Name><Value type="STRING">  asdf</Value></Column>
<Column PK="true"><Name>uid</Name><Value type="STRING">god</Value></Column>

there two spaces in ' asdf' ,but after parising:

  { Name: 'price', Value: { type: 'INTEGER', '$t': '23' } },
  { Name: 'shit', Value: { type: 'STRING', '$t': 'asdf' } },

the spaces are lost!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants