Skip to content

Commit

Permalink
test to check quoting is added
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Mar 27, 2024
1 parent a656d9e commit 6b9817b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ org.wibble.test.long.property=this is a long prop that is space separated to tes
org.wibble.brokerURL=tcp://wibble:61616?jms.useAsyncSend=true
# testing - in key
org.wibble.message-listener.s3.accessKey=blar

# testing weird cron
org.wibble.cronFormat=*/5 * * * * *
3 changes: 2 additions & 1 deletion example.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ org.wibble.test.long.property={{ ORG_WIBBLE_TEST_LONG_PROPERTY }}
org.wibble.brokerURL={{ ORG_WIBBLE_BROKER_URL }}
# testing - in key
org.wibble.message-listener.s3.accessKey={{ ORG_WIBBLE_MESSAGE_LISTENER_S3_ACCESS_KEY }}

# testing weird cron
org.wibble.cronFormat={{ ORG_WIBBLE_CRON_FORMAT }}
1 change: 1 addition & 0 deletions example.properties.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ORG_WIBBLE_BROKER_URL: tcp://wibble:61616?jms.useAsyncSend=true
ORG_WIBBLE_CRON_FORMAT: '*/5 * * * * *'
ORG_WIBBLE_MESSAGE_LISTENER_S3_ACCESS_KEY: blar
ORG_WIBBLE_TEST_CAMEL_CAPS: "20"
ORG_WIBBLE_TEST_LONG_PROPERTY: this is a long prop that is space separated to test whether wrapping occurs in the go yaml lib

0 comments on commit 6b9817b

Please sign in to comment.