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

Test Parameters in Various Contexts #9

Open
3 tasks
tajmone opened this issue Apr 17, 2021 · 0 comments
Open
3 tasks

Test Parameters in Various Contexts #9

tajmone opened this issue Apr 17, 2021 · 0 comments
Labels
💎 parameters PML Nodes » Constants Parameters ⭐ test suite Topic: Package test suite

Comments

@tajmone
Copy link
Owner

tajmone commented Apr 17, 2021

Ensure parameters are correctly detected and handled in all their valid usage
contexts (See: pml-lang/pml-userman#2):

  • the value of an attribute (e.g. title="foo<<p1>>bar")
  • text contained in a node, including nodes that contain raw text, such as code or html. (e.g. [div foo<<p1>>bar])
  • the value of a constant — i.e. a parameter declaration can use the value of a previously defined parameter in its value (e.g. [const p2 = foo<<p1>>bar])

I'll need to add specific syntax texts to ensure parameters are honoured.

@tajmone tajmone added the ⭐ test suite Topic: Package test suite label Apr 17, 2021
@tajmone tajmone added the 💎 parameters PML Nodes » Constants Parameters label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💎 parameters PML Nodes » Constants Parameters ⭐ test suite Topic: Package test suite
Projects
None yet
Development

No branches or pull requests

1 participant