temperlang / temper

3 stars 0 forks source link

Fix & unignore tests in NamedArgsTest #165

Closed tjpalmer closed 2 weeks ago

tjpalmer commented 1 month ago

These were ignored in temperlang/temper-prepublic#2239.

    @Ignore // TODO: fix the golden
    @Test
    fun findPropertyRef() {
        assertFound("/*5*/" to "/*0@+0*/")
    }

    @Ignore // TODO: fix the golden
    @Test
    fun findPropertyRefForConstructorCall() {
        assertFound("/*6*/" to "/*0@+0*/")
    }

    @Ignore // TODO: fix the golden
    @Test
    fun findPropertyWithDefault() {
        assertFound("/*14*/" to "/*12@+0*/")
    }