Skip to content

Extra comma in yaws file #3

Description

@rsharvey

ERL: OTP 17.4
Exodm: master

On line 800 of the deps/yang/yang_validate.erl file there is what looks like an extra comma. Look after "none":

rule('type') ->
    {'type',identifier_ref,
     ?ALL(0,none‚,[
           ?Y(0,1,'fraction-digits'), %% decimal64
           ?Y(0,1,'range'),   %% numerical
           ?Y(0,1,'length'),
           ?Y(0,n,'pattern'),  %% string
           ?Y(0,n,'enum'),   %% enum
           ?Y(0,1,'path'),   %% leafref FIXED: RFC6020 - Errata ID 2949
           ?Y(0,1,'base'),   %% identityref
           ?Y(0,1,'require-instance'),  %% instance-identifier
           ?Y(0,n,'bit'),               %% bits
           ?Y(0,n,'type')               %% union
          ])};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions