-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Data parsing from string #94
Conversation
|
||
test("") { | ||
|
||
Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass) |
Check notice
Code scanning / Scalastyle (reported by Codacy)
Regular expression matched 'println'.
|
||
test("") { | ||
|
||
Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass) |
Check notice
Code scanning / Scalastyle (reported by Codacy)
Regular expression matched '{0}' in a token.
|
||
test("") { | ||
|
||
Console.println(Xml.fromDataString("5340595900475325933418219074917").getClass) |
Check notice
Code scanning / Scalastyle (reported by Codacy)
The string literal "5340595900475325933418219074917" appears 3 times in the file.
final lazy val False: XmlData = ofBoolean(false) | ||
final lazy val True: XmlBool = ofBoolean(true) | ||
final lazy val False: XmlBool = ofBoolean(false) | ||
final lazy val emptyString: XmlString = ofString("") |
Check notice
Code scanning / Scalastyle (reported by Codacy)
Field name does not match the regular expression '^[A-Z][A-Za-z0-9]*$'.
No description provided.