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

Is it possible to parse templates *in order*? #377

Open
civility-bot opened this issue May 1, 2020 · 0 comments
Open

Is it possible to parse templates *in order*? #377

civility-bot opened this issue May 1, 2020 · 0 comments

Comments

@civility-bot
Copy link

I pasted a template from another system and I'm running into a weird error with it while converting it to Sparkpost:

  1. Sparkpost tells me there's an error at line 174.
  2. I delete the entire code block that ends at that line.
  3. Now Sparkpost tells me there's an error at line 162.

What's going on here? How was line 162 OK before, when the error was at line 174? Missing ending tag or something?

Anyway, I keep deleting, and ultimately the error was way earlier,

line 130: substitution value 'discussion' did not exist or was null

So it wasn't a missing tag, but a missing substitution value. This should have been flagged immediately.

Sparkpost parse in order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant