# HG changeset patch # User Henry S. Thompson # Date 1492121398 -3600 # Node ID e500d7c18aadff4abe57556eb87794b215f343d1 # Parent 93fd0d532754206a1ea1aa3618e52d4508e70c8c Fixed confusion wrt gen vs. num, nature of @ format (id=49) diff -r 93fd0d532754 -r e500d7c18aad fmt.xml --- a/fmt.xml Wed Apr 12 21:35:04 2017 +0100 +++ b/fmt.xml Thu Apr 13 23:09:58 2017 +0100 @@ -28,5 +28,5 @@ [h]:mm:ss mmss.0 ##0.0E+0 - @ + @ diff -r 93fd0d532754 -r e500d7c18aad format.xsl --- a/format.xsl Wed Apr 12 21:35:04 2017 +0100 +++ b/format.xsl Thu Apr 13 23:09:58 2017 +0100 @@ -43,6 +43,7 @@ + : @@ -52,7 +53,7 @@ num - + diff -r 93fd0d532754 -r e500d7c18aad notes.txt --- a/notes.txt Wed Apr 12 21:35:04 2017 +0100 +++ b/notes.txt Thu Apr 13 23:09:58 2017 +0100 @@ -136,5 +136,8 @@ (assuming average cell size of 30 bytes and row overhead of 20 (* 18985 (+ 20 (* 102 30))) 58,473,800 bytes, which is big but tolerable... ---------------- -Back to ranges - - +sample4 html reveals several problems: mistaken content based on class + bug, e.g. B4 is 'a' FIXED + highlighted cells are being + labelled as cur, e.g. B61 in + output of format.xsl FIXED diff -r 93fd0d532754 -r e500d7c18aad parse.py --- a/parse.py Wed Apr 12 21:35:04 2017 +0100 +++ b/parse.py Thu Apr 13 23:09:58 2017 +0100 @@ -24,7 +24,7 @@ "[^" + cw + "]+(?:\.[^" + cw + "]+)*\\(", "\\)", "^=|\\(", - "'[^']+'", + "'[^']+'", #((?:'[^']+')|(?:\[[0-9]+\][^!]*)) "\$?[A-Z]+\$?[0-9]+", "[a-zA-Z_\\\\][a-zA-Z0-9._]*", "."]