Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Elixir Atom Generation (#20229)
* Update ElixirClientCodegen.java * Refine the regular expression for atoms The original regex incorrectly matched `@atom` (unquoted atoms cannot begin with @). However, through testing with `iex`, it also turns out that the atom `:@` is legal. The following atoms will now be quoted that would have been incorrectly not quoted: - `:@type` * Add model to petstore client to test new atom creation regex pattern
- Loading branch information