We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6409ee2 commit 25c9000Copy full SHA for 25c9000
windows-rdp/main.test.ts
@@ -61,6 +61,12 @@ describe("Web RDP", async () => {
61
* text to universal JSON text, and exposing it as a parsed JSON value. That
62
* got to be a bit too much, though.
63
*
64
+ * Regex is a little bit more verbose and pedantic than normal. Want to
65
+ * have some basic safety nets for validating the structure of the form
66
+ * entries variable after the JS file has had values injected. Really do
67
+ * not want the wildcard classes to overshoot and grab too much content,
68
+ * even if they're all set to lazy mode.
69
+ *
70
* Written and tested via Regex101
71
* @see {@link https://regex101.com/r/UMgQpv/2}
72
*/
0 commit comments