madman-bob
def3cbda79
Add unformatted HTML element tests
2018-06-16 10:27:21 +01:00
madman-bob
49ed021bdd
Add inline element tests
2018-06-08 14:17:47 +01:00
madman-bob
683a3ac785
Uncomment previously broken test
2018-06-08 14:17:47 +01:00
madman-bob
0e9ad61dba
Add concept of inline
HTML tags
2018-06-08 14:16:50 +01:00
madman-bob
468f79a193
Clarify content_unformatted tests
...
By comparison with textarea, note that <textarea><textarea></textarea></textarea>
is not balanced, as there is actually only one opening tag.
The second is raw text inside the text area.
2018-06-01 11:10:32 +01:00
Liam Newman
56a6270bc0
Handle null input strings
...
Fixes #1120
2018-05-21 15:20:10 -07:00
andreyvolokitin
35dc66afa3
Reset line length count only when actually wrapping
2018-05-11 16:55:50 -07:00
Liam Newman
6ed2116c4c
Merge pull request #1303 from thejoshwolfe/bigint
...
Add support for BigInt literals in JavaScript
2018-05-11 16:29:34 -07:00
Liam Newman
698ffa36f4
Merge pull request #1394 from bitwiseman/dynamic-import
...
Dynamic import
2018-05-11 16:20:11 -07:00
Liam Newman
eaeab28757
Add tests for BigInt
2018-05-11 16:19:27 -07:00
Liam Newman
5329720021
Support dynamic import
...
Fixes #1393
2018-05-11 16:03:25 -07:00
Liam Newman
01111faed5
Rearrange expression start formatting code
2018-05-11 15:28:45 -07:00
Liam Newman
c041b9c775
Merge pull request #1291 from amandabot/master
...
Ensure comments maintain position
2018-05-09 14:26:32 -07:00
Liam Newman
35e2a550d4
Add tests and tweaks for newline rules and comments
...
Fixes #531
Fixes #857
2018-05-09 14:15:42 -07:00
Liam Newman
2c514e3daf
Remove WSEat tracking
2018-05-08 23:10:26 -07:00
Liam Newman
4b1748190d
Add newline preservation after inline comments
2018-05-08 22:43:27 -07:00
Liam Newman
66383d7938
Added some newline tests
2018-05-07 18:56:25 -07:00
Liam Newman
ef7e2cdd61
Merge branch 'master' into master
2018-05-07 17:59:04 -07:00
Liam Newman
c737f31510
Merge pull request #1382 from swan46/master
...
handle case when radix = []
2018-05-07 17:42:36 -07:00
Liam Newman
4d812f77f6
Merge pull request #1388 from MacKLess/master
...
Update support documentation and build.sh
2018-05-07 15:21:20 -07:00
L.D.MacKrell
2ee3c8b5e0
Update Contributing.md with information to serve locally
2018-05-07 15:01:42 -07:00
L.D.MacKrell
85936fe205
Update README grammar and word choice
2018-05-07 14:53:39 -07:00
L.D.MacKrell
b714a349f5
Add build static to build.sh and update help text
2018-05-07 14:44:07 -07:00
Liam Newman
d730b817ba
Merge pull request #1387 from MacKLess/master
...
Create separate files for code previously lumped in index.html file
2018-05-07 13:54:53 -07:00
Liam Newman
2fe0f8c8a8
Merge branch 'master' into master
2018-05-07 13:40:09 -07:00
Liam Newman
e5a2c65fc6
Merge pull request #1386 from MacKLess/patch-1
...
Update CONTRIBUTING.md
2018-05-07 13:30:26 -07:00
L.D.MacKrell
81bd06dce5
Create separate files for code previously lumped in index.html file
2018-05-07 13:27:20 -07:00
MacKLess
62da750801
Update CONTRIBUTING.md
...
Updated the grammar for clarity and cut out unnecessary extra text.
2018-05-07 12:59:08 -07:00
Liam Newman
24778f8040
Merge pull request #1385 from Alonski/patch-1
...
Fix spelling mistake
2018-05-07 11:52:15 -07:00
Alon Bukai
863226f96d
Fix spelling mistake
2018-05-05 16:43:39 +03:00
swan46
b0e5f23a2d
Update packer.py
...
Fixed Codeclimate's notices, except Line too long (95 > 79 characters), line 66: Code has been always like that, not sure, how to modify.
2018-05-04 21:47:52 +02:00
Liam Newman
ca39db04b6
Merge branch 'master' into master
2018-05-03 12:35:53 -07:00
swan46
0a83e5acdd
Update test-packer.py
...
added test case for radix=[]
2018-05-03 11:08:06 +02:00
swan46
11008f1926
Update packer.py
...
added case, that radix is [] (default), and not numeric
2018-05-03 11:01:15 +02:00
Liam Newman
36c39344fa
Update README.md
2018-05-01 21:01:44 -07:00
Liam Newman
4a087c51f0
Merge pull request #1368 from swan46/master
...
Update packer.py
2018-04-26 10:59:18 -07:00
swan46
df10f2bde8
Update packer.py
...
Optimized using pep8 online
2018-04-24 22:46:59 +02:00
swan46
090f478ad1
Update test-packer.py
...
optimized with pep8 online
2018-04-24 22:45:02 +02:00
swan46
63013ff707
Create test-packer.py
...
test packer part of python jsbeautifier
2018-04-23 18:49:01 +02:00
swan46
df72b52de0
Update packer.py
...
fixed index error
2018-04-22 12:04:31 +02:00
swan46
41466eb470
Update packer.py
...
updated to handle string begin and end properly
2018-04-21 18:44:30 +02:00
Liam Newman
83123545de
Update packer.py
2018-04-10 23:07:02 -07:00
swan46
2e84220a99
Update packer.py
...
fixed elements 37...61 usage
2018-04-10 08:00:09 +02:00
Liam Newman
aa1b498e43
Merge branch 'master' into bigint
2018-03-22 13:53:11 -07:00
Liam Newman
cfafd3dff1
Merge branch 'master' into master
2018-03-22 13:52:42 -07:00
Liam Newman
ab785ee87d
Merge pull request #1317 from thoger/cssbeautify-python-cli
...
css-beautify: python cssbeautifier cli
2018-03-20 11:56:09 -07:00
Liam Newman
0be836b005
Merge branch 'master' into cssbeautify-python-cli
2018-03-20 11:37:27 -07:00
Liam Newman
472bf83a97
Added #1156 to python implementation
2018-03-15 11:10:09 -07:00
Liam Newman
edc1ddb590
Merge pull request #1359 from UGAROY/bug-1156
...
issue-1156:fixed line break in mixins after background url
2018-03-15 10:52:45 -07:00
Yu Luo
2274c7804f
add tests for less mixins. see pr:1359
...
Change-Id: Ibf054a8aa345e1d7f30691e19246d8bcab0a12a0
2018-03-15 12:17:35 +08:00