-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add the new proxy var HTML node * Use a different arbitrary url that hopefully times out less often * Remove weird whitespace characters * Some refactoring and lang improvments prepping for double columns * Include first varname value in the list of guesses * Gather proxy-substituted DOM var names without breaking old code * Fix typo and add new tests Co-authored-by: pjg11 <45182159+pjg11@users.noreply.github.com> * Add new method docstring * Update fixtures for unit tests, avoid absent proxies TODO: - Update signature too - Make issue: `not_decoded_name = href.replace(/^[A-Za-z0-9]*/, '_');` may need `g` flag * Clean up with a bit of refactoring * Test with the current version * Add new test files and docs * Write fixture tests, fix undefined var * Restore simple.pdf * Update changelog * Reduce the trigger var warnings a la #452, add comments * Clean up unused code * Use less problematic suffix for name tests * Use more robust suffix name. Improve error for missing page value "Robust suffix name": We were setting the suffix to "Sr", but that got changed somewhere to "Sr." (note the new period). I'm not sure if that's an AssemblyLine thing or a docassemble thing. "II" shouldn't run into the same problems. * Publish dev version with new behavior * Identify reason for unexpected skip - wrong test status check * Fix internal report test passes unexpectedly. Also... - Add name of Scenario to progress dots. May help with logging progress on GitHub - Add internal test to fail even when the report is correct (a previously undiscovered bug) - Allow "expected status" tests to accept more than 'passed' and 'failed' - Added doc explaining what results we expect - Fix failures because upstream Assembly Line change (https://github.com/SuffolkLITLab/docassemble-AssemblyLine/blob/f9bd864990f8bc2c0c0096700ba6ad647772cb83/docassemble/AssemblyLine/al_general.py#L1008) added punctuation Co-authored-by: justcho5 <justcho5@gmail.com> * Change npm version to test GitHub issues * Fix version typo * Make sure failure test suffix is wrong under all circumstances * Test PR on branch making the PR instead of the PR target branch --------- Co-authored-by: pjg11 <45182159+pjg11@users.noreply.github.com> Co-authored-by: justcho5 <justcho5@gmail.com>
- Loading branch information
1 parent
cba21db
commit 96a7f17
Showing
36 changed files
with
1,324 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+1.48 MB
docassemble/ALKilnTests/data/sources/2_column_2_signature-Baseline.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+1.42 MB
...ests/data/sources/simple-doc-Baseline.pdf → ...a/sources/linear_2_signature-Baseline.pdf
Binary file not shown.
Oops, something went wrong.