Open tmartin8080 opened 3 years ago
There are some application boundary warnings for Elixir 1.11.x and some other misc changes.
After updating, there were some failing tests which seem to be related to generating a tags:
a
[60, "a", [[32, "class", 61, 34, "", 34]], 62, "1", 60, 47, "a", 62], [60, "a", [[32, "class", 61, 34, [], 34]], 62, "1", 60, 47, "a", 62],
I'll look more into this, but wanted to get a PR started. Free to to chime in on what the implications of [] vs "" might be.
[]
""
There are some application boundary warnings for Elixir 1.11.x and some other misc changes.
After updating, there were some failing tests which seem to be related to generating
a
tags:I'll look more into this, but wanted to get a PR started.
Free to to chime in on what the implications of
[]
vs""
might be.