summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* tidy unit testsGravatar fab2018-12-12
|
* exhaustive testing brought to selenium. bug fix in isspace. useful function ↵Gravatar fab2018-12-11
| | | | to test if char is <128
* strsub, strcspn, strsindexGravatar fab2018-12-06
|
* ordGravatar fab2018-12-06
|
* strsindexGravatar fab2018-12-06
|
* chars with more than 2 bytes are awkwardly handled by the "normal" string of ↵Gravatar fab2018-12-06
| | | | javascript. the best way to get consistent results seems to be to convert to array by Array.from(...) and back to strings with .join("")
* 1 bug fix and sorting out my own confusion: uw_Basis_char is already a ↵Gravatar fab2018-12-02
| | | | codepoint, NOT the "serialized" utf8
* test client eval vs server evalGravatar fab2018-11-23
|
* cleanupGravatar fab2018-11-19
|
* several fixes on unit tests and implementationGravatar fab2018-11-19
|
* utf-8 aware functions for basis. unit-testing.Gravatar fab2018-11-17
|
* More telegraphic error text for clashing URL prefixes (closes #111)Gravatar Adam Chlipala2018-10-19
|
* Block scary types for [de]serialization (closes #98)Gravatar Adam Chlipala2018-10-19
|
* Automatic merging of style/dynStyle and class/dynClass (closes #64)Gravatar Adam Chlipala2018-10-19
|
* Client-side escaping of HTML should be prepared for structured HTML trees, ↵Gravatar Adam Chlipala2018-10-19
| | | | not just strings (closes #141)
* Just return None rather than crashing, when trying to read cookies within ↵Gravatar Adam Chlipala2018-10-19
| | | | tasks (closes #143)
* offsetX, offsetYGravatar Fabrice Leal2018-07-09
|
* Merge pull request #126 from majorseitan/masterGravatar Adam Chlipala2018-06-04
|\ | | | | Improved support for JSON escape characters
* \ Merge pull request #127 from ashalkhakov/cradioGravatar Adam Chlipala2018-06-04
|\ \ | | | | | | Adding: cradio (support for client-side radio box).
* | | 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
| | |
| | * Merge branch 'master' into masterGravatar major seitan2018-06-02
| | |\ | |_|/ |/| |
| * | Multi-group testGravatar Artyom Shalkhakov2018-05-30
| | |
| * | FormattingGravatar Artyom Shalkhakov2018-05-28
| | |
| * | Adding: cradio (support for client-side radio box).Gravatar Artyom Shalkhakov2018-05-28
|/ /
| * resolve merge conflict on testGravatar majorseitan@blockfreie.org2018-05-26
| |
| * Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-05-26
| | | | | | | | | | 1. Handle the escape character \/
* | A test for List.groupByGravatar Adam Chlipala2018-05-21
| |
* | Proper error message when the body of a 'val' declaration fails to check ↵Gravatar Adam Chlipala2018-05-20
| | | | | | | | against the type annotation
* | Merge pull request #123 from ashalkhakov/testsGravatar Adam Chlipala2018-05-19
|\ \ | | | | | | Adding Selenium-based checking to tests.
* | | More defensive unurlification of enumerations (closes #117)Gravatar Adam Chlipala2018-05-19
| | |
| * | More tests.Gravatar Artyom Shalkhakov2018-05-15
| | |
| * | Adding jsbspace for #121.Gravatar Artyom Shalkhakov2018-05-08
| | |
| * | Adding Selenium-based checking to tests.Gravatar Artyom Shalkhakov2018-05-08
|/ /
| * Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-04-15
|/ | | | | 1. Handle the escape character \\
* Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-04-14
| | | | | | | | | | 1. Handle escape sequence chars \t \n \r 2. Fail on unsupported escape characters. Instead of skipping \ on unsupported sequences it now fails.
* New .urp directives: mimeTypes and long form of fileGravatar Adam Chlipala2017-10-01
|
* Fix last fix, to handle checkboxes properlyGravatar Adam Chlipala2017-07-27
|
* Add test cases for last commitGravatar Adam Chlipala2017-07-27
|
* Allow inexhaustive patterns for lefthand sides of top-level 'val' declarationsGravatar Adam Chlipala2017-07-12
|
* Fix normalization of signatures that project signatures from other modules ↵Gravatar Adam Chlipala2017-03-31
| | | | with multi-element paths (fixes #72)
* Better error message for .urp files with too many blank linesGravatar Adam Chlipala2017-03-17
|
* Add 'placeholder' attribute for textareasGravatar Adam Chlipala2017-01-02
|
* Update test to track last changeGravatar Adam Chlipala2016-12-31
|
* Use 'id' attribute for <form>Gravatar Adam Chlipala2016-12-31
|
* Allow qualified variable references in record literalsGravatar Adam Chlipala2016-12-31
|
* Update tests for new html5 defaultGravatar Adam Chlipala2016-09-20
|
* Import Json module from old Meta library (thanks to Edward Z. Yang for code ↵Gravatar Adam Chlipala2016-08-26
| | | | contributions)
* Fix for "normalizeTable" nesting thead and tfoot in tbodyGravatar Saulo Araujo2016-07-16
|
* Client-side: detect session timeout and ask the user to reloadGravatar Adam Chlipala2016-06-16
|
* abs and floor addedGravatar Karen Sargsyan2016-05-23
|