SGF-8
This commit is contained in:
@@ -63,8 +63,7 @@
|
||||
region.put("1", "one");
|
||||
region.put("3", "three");
|
||||
|
||||
// should return 1
|
||||
return region.query("length < 5).size();
|
||||
return region.query("length < 5");
|
||||
}
|
||||
});</programlisting>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user