这是indexloc提供的服务,不要输入任何密码
Skip to content

Does not properly translate $#/${#} to (count $argv) #20

@nazarewk

Description

@nazarewk

TL;DR

> echo 'echo $# ${#} ${#@}' | babelfish
echo $# $# (count $argv)

Expected behavior

> echo 'echo $# ${#} ${#@}' | babelfish 
(count $argv) (count $argv) (count $argv)

Observed behavior

> echo 'echo $# ${#} ${#@}' | babelfish
echo $# $# (count $argv)

Terraform Configuration

?

Terraform Version

?

Additional information

It translates only the argument count syntax I've never encountered before

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions