Skip to content

Commit c223148

Browse files
committed
fix tests re: number
1 parent 82a06b8 commit c223148

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/menard/test/español/noun_phrases.cljc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
(is (= (->> "la mesa blanca" parse (map #(u/get-in % [:sem])) (map l/pprint) vec)
3939
[{:pred :table
4040
:quant :the
41+
:number :sing
4142
:mod {:first {:pred :white}
4243
:rest []}}]))
4344
(is (= (->> "el primero gato" parse (map #(u/get-in % [:sem])) (map l/pprint) vec)
4445
[{:pred :cat
4546
:quant :the
47+
:number :sing
4648
:mod {:first {:pred :first}
4749
:rest []}}]))
4850

0 commit comments

Comments
 (0)