-
-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use strings or numbers instead of lists of cssutils Value objects.
... where appropriate. This remove much of the need for functions like get_single_keyword and get_single_pixel_value.
- Loading branch information
1 parent
24cf56c
commit fadb60c
Showing
20 changed files
with
521 additions
and
601 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
# other files in that directory. | ||
|
||
DIRECTORIES = ( | ||
('weasy', 'attest'), | ||
('weasy', 'attest --fail-fast'), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.