提交 191a4efc 编写于 作者: A Adam Speight 提交者: Julien Couvreur

Add missing parsing test for TypeOf expr IsNot type (#38870)

上级 686e478a
......@@ -255,6 +255,9 @@ Public Class ParseExpressionTest
ParseExpression("TypeOf a is b")
ParseExpression(<Text>TypeOf a is
b</Text>)
ParseExpression("TypeOf a isnot b")
ParseExpression(<Text>TypeOf a isnot
b</Text>)
End Sub
<Fact>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册