Commit d59ac69
committed
docs(Pane): Fix send_keys method doctest example
why: Previous example had incorrect expectations for pane content.
what:
- Replace executable doctest with reStructuredText code block
- Remove assertions about specific pane content that varies by environment
- Add clearer example that demonstrates proper send_keys usage
- Improve code documentation with explanatory comments
refs: Resolves doctest failures in pane.capture_pane output verification1 parent efdbabd commit d59ac69
1 file changed
+7
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
| 372 | + | |
377 | 373 | | |
378 | | - | |
| 374 | + | |
379 | 375 | | |
380 | | - | |
381 | | - | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
382 | 379 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | 380 | | |
388 | 381 | | |
389 | 382 | | |
| |||
876 | 869 | | |
877 | 870 | | |
878 | 871 | | |
879 | | - | |
| 872 | + | |
880 | 873 | | |
881 | 874 | | |
882 | 875 | | |
883 | 876 | | |
884 | 877 | | |
885 | 878 | | |
886 | 879 | | |
887 | | - | |
| 880 | + | |
888 | 881 | | |
889 | 882 | | |
890 | 883 | | |
| |||
0 commit comments