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 2c1cc69 commit df58e03Copy full SHA for df58e03
tests/DOMAPI/Element__test.res
@@ -1,6 +1,6 @@
1
external myElement: DOMAPI.element = "myElement"
2
3
-switch (myElement->Element.getAttribute("foo")) {
+switch myElement->Element.getAttribute("foo") {
4
| Null.Value(value) => value->Console.log
5
| Null => "nothing"->Console.log
6
-}
+}
0 commit comments