"""Djlint tests for basic stuff.
Some tests may be from prettier.io's html test suite.
Where applicable this notice may be needed:
#### Prettier.io license ####
Copyright © James Long and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
run::
poetry run pytest tests/test_html/test_basics.py --cov=src/djlint --cov-branch \
--cov-report xml:coverage.xml --cov-report term-missing
poetry run pytest tests/test_html/test_basics.py::test_brocken_html
"""
# pylint: disable=C0116
from typing import TextIO
from click.testing import CliRunner
from tests.conftest import reformat
# def test_brocken_html(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
#
#
# <
# """
# ).strip()
# html_out = (
# """
#
#
#
<
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
def test_comment(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""""",
)
assert (
output.text
== """
"""
)
# def test_emtpy_doc(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
#
#
#
#
#
# """
# ).strip()
# html_out = (
# """
#
#
#
#
#
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
def test_empty(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"",
)
assert (
output.text
== """
"""
)
# def test_form(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
#
# """
# ).strip()
# html_out = (
# """
#
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
def test_hello_world(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""
Document
Hello World
""",
)
assert output.exit_code == 0
def test_html_comments(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""
Anchor
""",
)
assert output.exit_code == 0
# def test_html5_boilerplate(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
# Hello world! This is HTML5 Boilerplate.
#
#
#
#
#
#
#
#
#
#
# """
# ).strip()
# html_out = (
# """
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
#
# Hello world! This is HTML5 Boilerplate.
#
#
#
#
#
#
#
#
#
#
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
# def test_issue_9368_2(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
# a-b-
# """
# ).strip()
# html_out = (
# """
# a-b-
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
def test_issue_9368_3(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""a trackpad, or a gyroscope.
""",
)
assert output.exit_code == 0
def test_issue_9368(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""a->b->
""",
)
assert output.exit_code == 0
# def test_more_html(runner: CliRunner, tmp_file: TextIO) -> None:
# output = reformat(
# tmp_file,
# runner,
# b"""
#
#
#
# Anchor
#
#
#
# """
# )
# assert output.text == """
#
#
# Anchor
#
#
#
# """
def test_void_elements(runner: CliRunner, tmp_file: TextIO) -> None:
output = reformat(
tmp_file,
runner,
b"""
""",
)
assert output.exit_code == 0
# def test_void_elements_2(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
# text after
#
# 1
# 
1
# """
# ).strip()
# html_out = (
# """
# text after
#
# 1
# 
1
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out
# def test_with_colon(runner: CliRunner, tmp_file: TextIO) -> None:
# html_in = (
# b"""
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block
BLOCK
block
block
block
# pre pr
# e
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block BLOCK block block block
# pre pr
# e
# pre-wrap pr
# e-wrap
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block
BLOCK
block
block
block
# pre pr
# e
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block BLOCK block block block
# pre pr
# e
# pre-wrap pr
# e-wrap
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block
BLOCK
block
block
block
# pre pr
# e
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block BLOCK block block block
# pre pr
# e
# pre-wrap pr
# e-wrap
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block
BLOCK
block
block
block
# pre pr
# e
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
# block BLOCK block block block
# pre pr
# e
# pre-wrap pr
# e-wrap
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
# inline inline inline inline
#
#
#
#
#
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
block
BLOCK
block
block
block
#
pre pr
# e
#
#
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
inline inline inline inline
#
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
block BLOCK block block block
#
pre pr
# e
#
pre-wrap pr
# e-wrap
#
looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
inline inline inline inline
#
#
#
# text text text text text text text text text text text text text text
#
#
#
#
#
#
#
# const func = function() { console.log('Hello, there');}
# .a{color:#f00}
#
#
#
# const func = function() { console.log('Hello, there');}
# .a{color:#f00}
# """
# ).strip()
# html_out = (
# """
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block
# BLOCK
# block
# block
# block
#
# pre pr
# e
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline inline inline
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block BLOCK
# block block block
# pre pr e
# pre-wrap pr e-wrap
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline
# inline inline
#
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block
# BLOCK
# block
# block
# block
#
# pre pr
# e
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline inline inline
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block BLOCK
# block block block
# pre pr e
# pre-wrap pr e-wrap
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline
# inline inline
#
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block
# BLOCK
# block
# block
# block
#
# pre pr
# e
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline inline inline
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block BLOCK
# block block block
# pre pr e
# pre-wrap pr e-wrap
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline
# inline inline
#
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block
# BLOCK
# block
# block
# block
#
# pre pr
# e
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline inline inline
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
# block BLOCK
# block block block
# pre pr e
# pre-wrap pr e-wrap
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
# inline inline
# inline inline
#
#
#
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
#
block
#
BLOCK
#
block
#
block
#
block
#
# pre pr
# e
#
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
#
inline inline inline inline
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog block
#
#
block BLOCK
#
block block block
#
pre pr e
#
pre-wrap pr e-wrap
#
# looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooog inline
#
#
inline inline
#
inline inline
#
#
#
#
#
#
# text text text text text text text text text text text text text text
#
#
#
#
#
#
#
#
#
# const func = function() { console.log('Hello, there');}
# .a{color:#f00}
#
#
#
# const func = function() { console.log('Hello, there');}
# .a{color:#f00}
# """
# ).strip()
# output = reformat(tmp_file, runner, html_in)
# assert output.text == html_out