Skip to content

Commit

Permalink
regex paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Aug 19, 2024
1 parent 37df594 commit 4f1eae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions turborepo-tests/integration/tests/command-ls.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Run info with json output
"items": [
{
"name": "another",
"path": "packages/another"
"path": "packages[\/\\]another"
},
{
"name": "my-app",
"path": "apps/my-app"
"path": "apps[\/\\]my-app"
},
{
"name": "util",
"path": "packages/util"
"path": "packages[\/\\]util"
}
]
}
Expand Down

0 comments on commit 4f1eae0

Please sign in to comment.