-
-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
Description
- Are you running the latest version?
- Have you included sample input, output, error, and expected output?
- Have you checked if you are using correct configuration?
- Did you try online tool?
Description
Input
<audio src="https://example.com/example.mp3"/>text
Code
const parser = require('fast-xml-parser');
console.log(parser.validate('<audio src="https://example.com/example.mp3"/>text'));Output
true
expected data
false
Would you like to work on this issue?
- Yes
- No
Bookmark this repository for further updates.