fresh-editor 0.3.4

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Semantic theorem tests.
//!
//! These tests bind only to `fresh::test_api::EditorTestApi`. They do
//! not drive keys, do not render, and do not reach into editor
//! internals. The lint script `scripts/check-semantic-test-isolation.sh`
//! enforces this contract.
//!
//! See `docs/internal/e2e-test-migration-design.md` for the migration
//! design. New theorems live under `tests/semantic/<domain>.rs`.

mod common;
mod semantic;