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

[BUG] Ignored tag regex is too inclusive #34

Closed
3 tasks done
christopherpickering opened this issue Oct 1, 2021 · 1 comment
Closed
3 tasks done

[BUG] Ignored tag regex is too inclusive #34

christopherpickering opened this issue Oct 1, 2021 · 1 comment
Assignees
Labels
🦠 bug Something isn't working released
Projects

Comments

@christopherpickering
Copy link
Contributor

System Info

  • OS: e.g. ubuntu 20.04
  • Python Version (python --version)
  • djLint Version (djlint --version)

Issue

{% block body %}

    <!-- tab control -->
    <div class="tabs">
        <ul>
            <li class="is-active"><a title="data source"
   class="tab-lnk"
   href="details"><span class="icon is-small"><i class="fas fa-info-circle"
   aria-hidden="true"></i></span><span>Details</span></a></li>
            <li> <a title="task logs"
    class="tab-lnk"
    href="tasklog"><span class="icon is-small"><i class="fas fa-terminal"
   aria-hidden="true"></i></span><span>Logs</span></a></li>
            <li> <a title="task files"
    class="tab-lnk"
    href="taskfile"><span class="icon is-small"><i class="fas fa-file-download"
   aria-hidden="true"></i></span><span>Files</span></a></li></ul>
        </div>
        <!-- tab body -->
        <div class="tab-cnt">
            <div class="tab-dta active" id="details">
                <div class="em-grid">{% include "pages/task/details_source.html.j2" %}
</div>
                <div class="tab-dta" id="tasklog">
                    <div class="em-ajaxTable" data-src="/table/task/{{ t.id }}/log">
                        <div class="loader-typing"></div>
                    </div>
                </div>
                <div class="tab-dta" id="taskfile">
                    <div class="em-ajaxTable" data-src="/table/task/{{ t.id }}/files">
                        <div class="loader-typing"></div>
                    </div>
                </div>
            </div>
        {% endblock body %}

is not being reformatted. The are treated as a comment, not the individual comment lines. The ignored block regex is too inclusive.

@christopherpickering christopherpickering added the 🦠 bug Something isn't working label Oct 1, 2021
@christopherpickering christopherpickering self-assigned this Oct 1, 2021
@christopherpickering christopherpickering added this to Needs triage in bugs via automation Oct 4, 2021
@christopherpickering christopherpickering moved this from Needs triage to Closed in bugs Oct 4, 2021
@christopherpickering
Copy link
Contributor Author

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦠 bug Something isn't working released
Projects
bugs
  
Closed
Development

No branches or pull requests

1 participant