max / quasi
| 1 | //! One spelling per fact, and the refusal that keeps it that way. |
| 2 | //! |
| 3 | //! A select either marks its own options or is matched against a value. Both |
| 4 | //! is one fact said two ways, and the renderer marks an option that satisfies |
| 5 | //! either, so a field carrying both marks two the day they disagree. Nothing |
| 6 | //! downstream can catch it: makeover-webview is handed a list and a value with |
| 7 | //! no record of which spelling built them. |
| 8 | |
| 9 | |
| 10 | |
| 11 | let cases = new; |
| 12 | cases.compile_fail; |
| 13 | |
| 14 |