mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-19 03:59:44 +00:00
Update CI + comments
This commit is contained in:
parent
a9774e993f
commit
6c5120e3d1
2 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,9 @@ def before_token(token, line):
|
|||
return(found.group(0)[:-len(token)])
|
||||
return("")
|
||||
def sorted_items(d):
|
||||
"""
|
||||
Mainly used for integration testing (to keep having deterministic results).
|
||||
"""
|
||||
return(sorted(d.items()))
|
||||
def no_comment(line):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue