Skip to content
Permalink
Tree: 1ef6906bf0
Commits on Jun 27, 2020
  1. Remove variable call from macro

    bdarcus committed Jun 27, 2020
    Except in rare cases, macros that render more than one element should 
    be avoided as sort keys, as they can lead to unexpected sorting in edge 
    cases. Instead, use their elements as individual, consecutive sort keys.
    
    Closes #31
Commits on Jun 16, 2020
  1. Merge pull request #27 from citation-style-language/add-section

    bdarcus committed Jun 16, 2020
    Add version, tags fields to script, tests
Commits on Jun 14, 2020
  1. Add tags field parsing to processor.py

    bdarcus committed Jun 14, 2020
    This field would be used to filter tests. Althought currently this value
    will convert to a string, assuming comma-separated tokens.
Commits on Jun 13, 2020
  1. Add version field to processor.py

    bdarcus committed Jun 13, 2020
    Partially addresses #17 and #25, this adds a "VERSION" field to the
    processor.py script.
    
    Syntax for the field value is: [version]:[tag].
Commits on Jun 3, 2020
  1. Merge pull request #24 from citation-style-language/adam3smith-patch-1

    adam3smith committed Jun 3, 2020
    Remove undefined macros from text
  2. Remove undefined macros from text

    adam3smith committed Jun 3, 2020
    Fixes #23
Commits on May 29, 2020
  1. Fix invalid csl; missing layout element

    bdarcus committed May 29, 2020
    closes #22
  2. Delete .hgignore

    bdarcus committed May 29, 2020
  3. Delete README.txt

    bdarcus committed May 29, 2020
  4. Delete ignore.txt

    bdarcus committed May 29, 2020
    No longer needed, as it now points to files that don't exist.
  5. Fix test result

    fbennett committed May 29, 2020
Commits on May 28, 2020
  1. Fix invalid XML in test (#20)

    adam3smith committed May 28, 2020
    Closes #15.
    
    Also reported in #19.
  2. Correctly find elements in human-readable tests (#10)

    michel-kraemer committed May 28, 2020
    This commit fixes a regex that is too greedy.
  3. Add ignore.txt list to test suite (#18)

    bdarcus committed May 28, 2020
    Until #17 is addressed, this borrows the ignore.txt list from the
    citeproc-rs project, and adds two additional tests identified in #16.
    
    This list identifies those tests that rely on undocumented modes in 
    citeproc-js. 
    
    The contents are simply one filename per line, for easy processing.
Commits on May 27, 2020
  1. Remove unnecessary test

    fbennett committed May 27, 2020
Commits on Mar 10, 2020
Commits on Mar 8, 2020
Commits on Jan 16, 2020
Commits on Dec 8, 2019
  1. Remove non-CSL test fixture

    fbennett committed Dec 8, 2019
Commits on Dec 2, 2019
Commits on Sep 9, 2019
Commits on Sep 8, 2019
Commits on Aug 24, 2019
Commits on Jun 25, 2019
Commits on Jun 20, 2019
  1. Extend a test of apostrophe

    fbennett committed Jun 20, 2019
Commits on Jun 8, 2019
Older
You can’t perform that action at this time.