Skip to content

Commit

Permalink
Introduce snippet-based reference tests for server variable translation
Browse files Browse the repository at this point in the history
  • Loading branch information
theoriginalbit committed Sep 19, 2024
1 parent 78bf584 commit 6ad525a
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ extension TypesFileTranslator {

var serverDecls: [Declaration] = []


for (index, decl) in servers.enumerated() {
let serverDecl = translateServer(index: index, server: decl, variablesNamespace: &variablesNamespace)
serverDecls.append(serverDecl)
Expand Down
Loading

0 comments on commit 6ad525a

Please sign in to comment.