Skip to content

Commit

Permalink
Updating test
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Feb 29, 2024
1 parent 92a564f commit 873680f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testdata/categories/basic.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ Installation steps for Solution 1:

```sh {"name":"install-solution1"}
$ stty -opost
$ echo "Install solution1 in $PWD"
$ echo "Install solution1"
```

Deployment steps for Solution 1:

```sh {"name":"deploy-solution1"}
$ stty -opost
$ echo "Deploy solution1 in $PWD"
$ echo "Deploy solution1"
```

```sh {"category":"delete-solution"}
Expand All @@ -80,14 +80,14 @@ Installation steps for Solution 2:

```sh {"name":"install-solution2"}
$ stty -opost
$ echo "Install solution2 in $PWD"
$ echo "Install solution2"
```

Deployment steps for Solution 2:

```sh {"name":"deploy-solution2"}
$ stty -opost
$ echo "Deploy solution2 in $PWD"
$ echo "Deploy solution2"
```

```sh {"category":"delete-solution"}
Expand All @@ -114,8 +114,8 @@ buzz!
► ✓ Task print-buzz exited with code 0
-- doc-category.txt --
► Running task install-solution2...
Install solution2 in /tmp
Install solution2
► ✓ Task install-solution2 exited with code 0
► Running task deploy-solution2...
Deploy solution2 in /tmp
Deploy solution2
► ✓ Task deploy-solution2 exited with code 0

0 comments on commit 873680f

Please sign in to comment.