Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
a10b248a2890484c721f8b5029708e1496f0d585
Branches
0.1
0.2
html-sanitizer
html-sanitizer-and-mocha-specs
master
sanitize-oversight
Tags
v0.11.2
v0.11.0
v0.9.2
v0.9.0
v0.8.2
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Files
Commits
Log
Graph
Stats
xml2json.git
specs
spec.js
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 14
Mode: javascript
Binary: false
Hang on, we reloading big blames...
d80fb054
var fs = require('fs'); var path = require('path');
a10b248a
describe('xml2json', function() { it('should convert xml to json');
d80fb054
a10b248a
it('should convert xml to reversible json');
6983c816
a10b248a
it('should convert xml to a javascript object');
d80fb054
a10b248a
it('should escape problematic characters in element values'); });
6983c816
a10b248a
describe('json2xml', function() { it('should return -1 when the value is not present');
6983c816
a10b248a
it('should return the correct index when the value is present');
d80fb054
});
6983c816