phug-php / phug

Phug - The Pug Template Engine for PHP
https://phug.selfbuild.fr
MIT License
63 stars 3 forks source link

Align markup vs &attributes precedence with pug-js #87

Closed kylekatarnls closed 3 years ago

kylekatarnls commented 3 years ago

Fix #86

codecov[bot] commented 3 years ago

Codecov Report

Merging #87 (b40122a) into master (1e19e5b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          255       255           
  Lines         7372      7387   +15     
=========================================
+ Hits          7372      7387   +15     
Impacted Files Coverage Δ
src/Phug/Ast/Ast/Node.php 100.00% <ø> (ø)
src/Phug/Event/Event/ListenerQueue.php 100.00% <ø> (ø)
src/Phug/Formatter/Formatter/AbstractFormat.php 100.00% <ø> (ø)
.../Formatter/Formatter/Element/AssignmentElement.php 100.00% <ø> (ø)
...Phug/Formatter/Formatter/Element/MarkupElement.php 100.00% <ø> (ø)
...atter/Formatter/Partial/AssignmentHelpersTrait.php 100.00% <ø> (ø)
src/Phug/Parser/Parser/Node/ElementNode.php 100.00% <ø> (ø)
src/Phug/Parser/Parser/Node/FilterNode.php 100.00% <ø> (ø)
src/Phug/Parser/Parser/Node/MixinCallNode.php 100.00% <ø> (ø)
src/Phug/Renderer/Renderer/Adapter/FileAdapter.php 100.00% <ø> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e19e5b...b40122a. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit b40122ac and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.