tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

Do not add identifier to source tags #56

Closed marcverhagen closed 7 years ago

marcverhagen commented 7 years ago

When you run Tarsqi over

<text id="19"><body>Test</body></text>

you get the following source tags in the ttk files:

<source_tags>
  <body id="2" begin="0" end="4" />
  <text id="19" begin="0" end="4" />
</source_tags>

The body tag should not get an id attribute.