[pugs] first contribution to it
Pugs 很好玩,尤其在它還不是很成熟的時候就加入開發。這種感覺好像在玩美少女夢工廠,而這是加入之後的第一個 commit log,紀念一下。
-ok(all((4|5|6) + 3) == one(7|8|9), 『all elements in junction are incremented』);
+ok((all((4|5|6) + 3) == one(7|8|9)), 『all elements in junction are incremented』);
+ok((any(1..6) == one(1|2|3|4|5|6)), 『any elements will match via junction』);
+ok((all((4|5|6) + 3) == one(7|8|9)), 『all elements in junction are incremented』);
+ok((any(1..6) == one(1|2|3|4|5|6)), 『any elements will match via junction』);


