Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Oct 22, 2018
1 parent 76904aa commit a84e4bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/rules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,8 @@ function parseLotSize(el) {
/^ *lot size *:? *([0-9]{1,2}[ ,]*[0-9]{3}) *sq *ft$/i,
/\blot *: *([0-9]{1,2}[ ,]*[0-9]{3}) *sq *ft$/i,
/^\s*[0-9,]{3,7} sqft, ([0-9,]{3,7}) sqft lot, built in [0-9]{4}\s*$/i,
/([0-9,]+) sqft, [0-9,]+ sqft living area/i
/([0-9,]+) sqft, [0-9,]+ sqft living area/i,
/^([0-9,]+) sq ?ft lot$/i,
];

for(var i = 0; i < res.length; i++) {
Expand Down
Binary file added tests/2013-20-006-0105.html.lz4
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/2013-20-006-0105.html.lz4.jsonl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{"price":451000,"address":"1312 Braeridge Dr","city":"Beverly Hills","state":"CA","postal_code":"90210","country":"US","lot_size":0.21365932047174038}
{"price":440000,"address":"1300 Braeridge Dr","city":"Beverly Hills","state":"CA","postal_code":"90210","country":"US","lot_size":0.15456841138242486}

0 comments on commit a84e4bc

Please sign in to comment.