Skip to content

Commit

Permalink
Add more test cases for escaping (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allon-Guralnek authored May 14, 2024
1 parent 8e9e27f commit d052ea3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ts/src/model/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -782,11 +782,24 @@ describe("Roundtrip", () => {
...
`),
},
// PubSub is not supported in the SDK, and there are some issues with its PB: github.com/anzx/sysl/issues/919
// UnsafePubSub: realign(`
// My%20App:
// My%20Publisher -> My%20Event:
// ...
// `),
UnsafeNames: realign(`
%28App%29Name%21:
!type %28Type%29Name%21:
%28Field%29Name%21 <: %28Namespace%21::%28App%29Name2%21.%28Type%29Name%21 [~%28Tag%29Name%21]
%28RPC%20Endpoint%29Name%21:
...
/%28REST%20Endpoint%29Name%21:
GET:
...
%28Namespace%21 :: %28App%29Name2%21:
!type %28Type%29Name%21:
...
Expand Down

0 comments on commit d052ea3

Please sign in to comment.