Index: tests/info-variable.test =================================================================== diff -u -r74b7a4066526ff5f5a8080ed907f71c9ed5c7700 -rd41e002df986bd8be7048c3344880e29eb30bec5 --- tests/info-variable.test (.../info-variable.test) (revision 74b7a4066526ff5f5a8080ed907f71c9ed5c7700) +++ tests/info-variable.test (.../info-variable.test) (revision d41e002df986bd8be7048c3344880e29eb30bec5) @@ -86,9 +86,9 @@ ::Foo::slot::i ::Foo::slot::q" - ? {::Foo info configure parameters ?} "-i:0..n -a:integer {-b:integer 123} {-p 9}" + ? {::Foo info configure parameters ?} "-i:1..n -a:integer {-b:integer 123} {-p 9}" ? {::Foo::slot::b definition} "::Foo property -accessor none {b:integer 123}" - ? {::Foo::slot::i definition} "::Foo property -accessor public -incremental i:0..n" + ? {::Foo::slot::i definition} "::Foo property -accessor public -incremental i:1..n" ? {::Foo::slot::____Foo.p definition} "::Foo variable -accessor private p 19" ? {::Foo::slot::d definition} "::Foo variable -accessor none d:lower abc" ? {::Foo::slot::e definition} "::Foo variable -accessor public e:lower efg" @@ -156,7 +156,7 @@ ::Foo variable -accessor none c 456 ::Foo variable -accessor none d:lower abc ::Foo variable -accessor public e:lower efg -::Foo property -accessor public -incremental i:0..n +::Foo property -accessor public -incremental i:1..n ::Foo variable -accessor protected q" set ::ps [lmap handle $::vs {::Foo info variable parameter $handle}] @@ -168,7 +168,7 @@ c 456 d:lower abc e:lower efg -i:0..n +i:1..n q" ? {lmap handle $::vs {::Foo info variable name $handle}} \ @@ -235,11 +235,11 @@ ::f2 object property -accessor none oa:integer ::f2 object property -accessor none {ob:integer 123} ::f2 object variable -accessor public oe:lower efg -::f2 object property -accessor public -incremental oi:0..n +::f2 object property -accessor public -incremental oi:1..n ::f2 object variable -accessor protected oq" ? {lmap handle $::ovs {::f2 info variable parameter $handle}} \ - "{op 19} oa:integer {ob:integer 123} {oe:lower efg} oi:0..n oq" + "{op 19} oa:integer {ob:integer 123} {oe:lower efg} oi:1..n oq" ? {lmap handle $::ovs {::f2 info variable name $handle}} \ "__private(::f2,op) oa ob oe oi oq" Index: tests/parameters.test =================================================================== diff -u -r714fdeeeeca44ee6f77d93349a0afec4c4b139cc -rd41e002df986bd8be7048c3344880e29eb30bec5 --- tests/parameters.test (.../parameters.test) (revision 714fdeeeeca44ee6f77d93349a0afec4c4b139cc) +++ tests/parameters.test (.../parameters.test) (revision d41e002df986bd8be7048c3344880e29eb30bec5) @@ -2539,7 +2539,7 @@ # only the variables with slots show up in "info slot ..." ? {o1 info object slots} "::o1::per-object-slot::v2 ::o1::per-object-slot::v1" - ? {::o1::per-object-slot::v2 definition} "::o1 object variable -accessor public v2:0..n 100" + ? {::o1::per-object-slot::v2 definition} "::o1 object variable -accessor public v2:1..n 100" ? {::o1::per-object-slot::v1 definition} "::o1 object variable -accessor public v1 100" nx::Object create o2 {