test/test_files/prefstest.yaml in cliutils-1.4.1 vs test/test_files/prefstest.yaml in cliutils-1.4.2
- old
+ new
@@ -1,13 +1,14 @@
prompts:
- prompt_text: What is the top story on espn.com?
config_key: top_story
config_section: app_data
- pre:
- message: 'I will now open espn.com in your default browser.'
- action: open_url
- action_parameters:
- - url: http://www.espn.com
- post:
- message: 'Thanks for inputting!'
+ # pre:
+ # message: 'I will now open espn.com in your default browser.'
+ # action: open_url
+ # action_parameters:
+ # - url: http://www.espn.com
+ # post:
+ # message: 'Thanks for inputting!'
validators:
- - non_nil
+ - non_nil
+ - alphabetic
\ No newline at end of file