Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
- Remove previously conflicting files that were deleted on master
- Put trailing spaces back in whitespace test
  • Loading branch information
MetRonnie committed Aug 17, 2020
1 parent a757f04 commit fa6ae2f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 42 deletions.
13 changes: 0 additions & 13 deletions tests/functional/shutdown/10-no-port-file/flow.cylc

This file was deleted.

13 changes: 0 additions & 13 deletions tests/functional/shutdown/11-bad-port-file/flow.cylc

This file was deleted.

32 changes: 16 additions & 16 deletions tests/functional/validate/08-whitespace/flow.cylc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!jinja2

{% set HELLO=False %}
[ scheduling ]
#!jinja2
{% set HELLO=False %}
[ scheduling ]
initial cycle point = 20140101T00
[[ special tasks ]]
sequential = foo , bar , baz
[[ special tasks ]]
sequential = foo , bar , baz
include at start-up = \
foo {% if HELLO %} , \
bar
{% endif %}
[[ graph ]]
T00, T12 ="""
a => b
foo => bar & baz """

[ runtime ]
[[ foo,bar , a, b ]]
%include "inc.cylc"
bar
{% endif %}
[[ graph ]]
T00, T12 ="""
a => b
foo => bar & baz """
[ runtime ]
[[ foo,bar , a, b ]]
%include "inc.rc"

0 comments on commit fa6ae2f

Please sign in to comment.