dwww Home | Show directory contents | Find package

# logical tests act as expected

    FALSE is not TRUE
    
    `actual`:   FALSE
    `expected`: TRUE 

---

    TRUE is not FALSE
    
    `actual`:   TRUE 
    `expected`: FALSE

# expect_null works

    1L is not NULL
    
    `actual` is an integer vector (1)
    `expected` is NULL

---

    environment() is not NULL
    
    `actual` is an environment
    `expected` is NULL

Generated by dwww version 1.15 on Sun May 19 03:56:00 CEST 2024.