| __init__.py |
|
985 |
- |
| android.py |
Given the reference and localized Entities, performs checks.
This is a generator yielding tuples of
- "warning" or "error", depending on what should be reported,
- tuple of line, column info for the error within the string
- description string to be shown in the report
|
8052 |
- |
| base.py |
Abstract class to implement checks per file type. |
4316 |
- |
| dtd.py |
Tests to run on DTD files.
Uses xml.sax for the heavy lifting of xml parsing.
The code tries to parse until it doesn't find any unresolved entities
anymore. If it finds one, it tries to grab the key, and adds an empty
<!ENTITY key ""> definition to the header.
Also checks for some CSS and number heuristics in the values.
|
10270 |
- |
| fluent.py |
Get variants of plain text of a pattern.
For now, just return simple text patterns.
This can be improved to allow for SelectExpressions
of simple text patterns, or even nested expressions, and Literals.
Variants with Variable-, Message-, or TermReferences should be ignored.
|
12840 |
- |
| properties.py |
Tests to run on .properties files. |
6486 |
- |