Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macro string functions #2463

Merged
merged 9 commits into from Jul 6, 2020

Commits on Jul 1, 2020

  1. Handle edge case of string macro functions

    Edward Porter committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ed6b424 View commit details
    Browse the repository at this point in the history
  2. The macro string functions don't necessarily need any string markup t…

    …o be considered a string. This new construction handles identifying the content within a string function as a string.
    Edward Porter committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    250fe2c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'macro_string_functions' of https://github.com/cedporter…

    …/prism into macro_string_functions
    Edward Porter committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    97eea0f View commit details
    Browse the repository at this point in the history
  4. Revert these files back

    Edward Porter committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    6d963b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Update components/prism-sas.js

    Co-authored-by: Michael Schmidt <mitchi5000.ms@googlemail.com>
    cedporter and RunDevelopment committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    918a7d5 View commit details
    Browse the repository at this point in the history
  2. Addressing minor quibbles

    Edward Porter committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9dc8c2b View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. The contents of macro string functions don't need to be identified as…

    … strings. They do, however, need to recognize nested macro functions and escaped characters
    Edward Porter committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1f0dec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b80b0b View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Edward Porter committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    45c9c98 View commit details
    Browse the repository at this point in the history