mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Property expressions must not be blank
This commit is contained in:
@@ -361,6 +361,7 @@ describe("red/util", function() {
|
||||
it("fail a[0].[1]",function() { testInvalid("a[0].[1]"); })
|
||||
it("fail a['']",function() { testInvalid("a['']"); })
|
||||
it("fail 'a.b'c",function() { testInvalid("'a.b'c"); })
|
||||
it("fail <blank>",function() { testInvalid("");})
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user