Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 24, 2020
1 parent 82982f8 commit 1be366b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
updating one properties file based on another)
- Give `properties2json` and `json2properties` options for preserving the order
of the input keys
- Change `json2properties` to preserve the input order of the keys instead?
- Make them do this by default, with `--sort-keys` options added for the
old behavior?
1 change: 0 additions & 1 deletion javaproperties_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
"""
Command-line manipulation of Java .properties files
Expand Down
1 change: 1 addition & 0 deletions test/test_fromjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,4 @@ def test_json2properties_comment():
# other versions)
# UTF-16 input
# Latin-1 input? (treated as invalid UTF-8 by `json.load`?)
# Test with actual files as infile & outfile
1 change: 1 addition & 0 deletions test/test_tojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,4 @@ def test_properties2json_repeated_key():
'''

# invalid \u escape
# Test with actual files as infile & outfile

0 comments on commit 1be366b

Please sign in to comment.