Skip to content

Commit

Permalink
fix(exs): Always expand <semanticResources> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Dec 16, 2024
1 parent bdc98b1 commit 820d12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capellambse/loader/exs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
P_ESCAPE_ATTR = re.compile(ESCAPE_CHARS.format('"&<\x09'))
P_NAME = re.compile(r"^(?:\{([^}]*)\})?(.+)$")

ALWAYS_EXPANDED_TAGS = frozenset({"bodies"})
ALWAYS_EXPANDED_TAGS = frozenset({"bodies", "semanticResources"})


@t.runtime_checkable
Expand Down

0 comments on commit 820d12c

Please sign in to comment.