aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
* 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-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
|
* asin, acos, atan, atan2 addedGravatar Karen Sargsyan2016-05-22
|
* Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work ↵Gravatar Karen Sargsyan2016-05-21
| | | | at client and server sides
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Add some tests for Content-DispositionGravatar Adam Chlipala2016-05-05
|
* At runtime, catch when we exceed 'limit inputs'Gravatar Adam Chlipala2016-03-30
|
* More consistent formatting for new List functionsGravatar Adam Chlipala2016-02-26
|
* Finish removing PWild; only load a library once, even if referenced multiple ↵Gravatar Adam Chlipala2016-02-07
| | | | times in a .urp tree
* Merge PVar and PWild, to get more reasonable type-class resolutionGravatar Adam Chlipala2016-02-07
|
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
* | Fix tricky case of functor signature subsumptionGravatar Adam Chlipala2015-11-27
| |
| * Fix condition for installing new cache entriesGravatar Adam Chlipala2015-11-19
|/
* Proper error message for excessively fancy FFI signaturesGravatar Adam Chlipala2015-08-27
|
* Add a simple 'make test' targetGravatar Adam Chlipala2015-07-29
|
* Add HTML 'align' attributeGravatar Adam Chlipala2015-07-02
|
* Allow mouse and key events for <body>Gravatar Adam Chlipala2015-07-02
|
* Apply syntax sugar for 'class' attribute to <form> as wellGravatar Adam Chlipala2015-06-08
|
* Fix .sql generation to honor 'noMangleSql' in column namesGravatar Adam Chlipala2015-05-10
|
* New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
|
* Fix interpretation of 'file' argument pathsGravatar Adam Chlipala2015-03-08
|
* Support 'dynClass' and 'dynStyle' for <body>Gravatar Adam Chlipala2015-03-03
|
* Fix XML syntax for closing <input> tagsGravatar Adam Chlipala2014-12-18
|
* More HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Textual HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Some more HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* More simple textual HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* Remove 'value' attribute of <checkbox>Gravatar Adam Chlipala2014-11-16
|
* Make 'required' and 'autofocus' attributes Boolean; add a syntax extension ↵Gravatar Adam Chlipala2014-11-16
| | | | for parsing their usual HTML syntax